Skip to content

Commit 7a409fc

Browse files
committed
don't pass recording argument
1 parent 8d3e274 commit 7a409fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spikeinterface/sorters/external/kilosort4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def _setup_recording(cls, recording, sorter_output_folder, params, verbose):
138138
# local copy needed
139139
binary_file_path = sorter_output_folder / "recording.dat"
140140
write_binary_recording(
141-
recording=recording,
141+
recording,
142142
file_paths=[binary_file_path],
143143
**get_job_kwargs(params, verbose),
144144
)

0 commit comments

Comments
 (0)