From 4099aa349f41ce6c3fcf8ba89827574aad7b7d18 Mon Sep 17 00:00:00 2001 From: MilagrosMarin Date: Wed, 31 Jul 2024 14:09:29 +0100 Subject: [PATCH] feat: :bug: feat: replace `output_folder` with `folder` when calling `run_sorter` --- element_array_ephys/spike_sorting/si_spike_sorting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/element_array_ephys/spike_sorting/si_spike_sorting.py b/element_array_ephys/spike_sorting/si_spike_sorting.py index 0d05d35b..e79007c3 100644 --- a/element_array_ephys/spike_sorting/si_spike_sorting.py +++ b/element_array_ephys/spike_sorting/si_spike_sorting.py @@ -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(),