Skip to content

Commit 6155f13

Browse files
committed
fix: calling _run_sorter()
1 parent e8f445c commit 6155f13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

element_array_ephys/spike_sorting/si_spike_sorting.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ def _run_sorter():
216216
sorting_save_path = sorting_output_dir / "si_sorting.pkl"
217217
si_sorting.dump_to_pickle(sorting_save_path, relative_to=output_dir)
218218

219+
_run_sorter()
220+
219221
self.insert1(
220222
{
221223
**key,

0 commit comments

Comments
 (0)