Skip to content

Commit

Permalink
feat: 🐛 feat: replace output_folder with folder when calling `run…
Browse files Browse the repository at this point in the history
…_sorter`
  • Loading branch information
MilagrosMarin committed Jul 31, 2024
1 parent 704039d commit 4099aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion element_array_ephys/spike_sorting/si_spike_sorting.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def _run_sorter():
si_sorting: si.sorters.BaseSorter = si.sorters.run_sorter(
sorter_name=sorter_name,
recording=si_recording,
output_folder=sorting_output_dir,
folder=sorting_output_dir,
remove_existing_folder=True,
verbose=True,
docker_image=sorter_name not in si.sorters.installed_sorters(),
Expand Down

0 comments on commit 4099aa3

Please sign in to comment.