Skip to content

Commit 0eef1cb

Browse files
committed
rearrange: remove the ecephys_spike_sorting flow
1 parent ccd23fc commit 0eef1cb

File tree

3 files changed

+1
-318
lines changed

3 files changed

+1
-318
lines changed

element_array_ephys/ephys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ def make(self, key):
897897
).fetch1("acq_software", "clustering_method", "params")
898898

899899
if "kilosort" in clustering_method:
900-
from element_array_ephys.readers import kilosort_triggering
900+
from .spike_sorting import kilosort_triggering
901901

902902
# add additional probe-recording and channels details into `params`
903903
params = {**params, **get_recording_channels_details(key)}

element_array_ephys/spike_sorting/ecephys_spike_sorting.py

Lines changed: 0 additions & 317 deletions
This file was deleted.

0 commit comments

Comments
 (0)