Skip to content

Commit d98ea6c

Browse files
committed
don't pass recording to kilosortbase
1 parent 7a409fc commit d98ea6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spikeinterface/sorters/external/kilosortbase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def _setup_recording(cls, recording, sorter_output_folder, params, verbose):
151151
else:
152152
padded_recording = recording
153153
write_binary_recording(
154-
recording=padded_recording,
154+
padded_recording,
155155
file_paths=[binary_file_path],
156156
dtype="int16",
157157
**get_job_kwargs(params, verbose),

0 commit comments

Comments
 (0)