Skip to content

Commit 4707488

Browse files
committed
Make get_all_spike_indicators function accessible from the top level of the package
1 parent 87785d7 commit 4707488

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

loren_frank_data_processing/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
from .core import Animal
33
from .multiunit import (get_multiunit_dataframe, get_multiunit_dataframe2,
44
get_multiunit_indicator_dataframe)
5-
from .neurons import (get_spike_indicator_dataframe, get_spikes_dataframe,
6-
make_neuron_dataframe)
5+
from .neurons import (get_all_spike_indicators, get_spike_indicator_dataframe,
6+
get_spikes_dataframe, make_neuron_dataframe)
77
from .position import (get_interpolated_position_dataframe,
88
get_position_dataframe, get_segments_df)
99
from .ripples import (get_computed_consensus_ripple_times,

0 commit comments

Comments
 (0)