Skip to content

Commit

Permalink
Fix KS2/2.5/3 skip_kilosort_preprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Jul 29, 2024
1 parent 52d5498 commit d9fb487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/sorters/external/kilosortbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def _setup_recording(cls, recording, sorter_output_folder, params, verbose):
padding_start = 0
padding_end = pad
padded_recording = TracePaddedRecording(
parent_recording=recording,
recording=recording,
padding_start=padding_start,
padding_end=padding_end,
)
Expand Down

0 comments on commit d9fb487

Please sign in to comment.