Skip to content

Commit

Permalink
Merge pull request #3265 from alejoe91/fix-3263
Browse files Browse the repository at this point in the history
Fix KS2/2.5/3 skip_kilosort_preprocessing
  • Loading branch information
alejoe91 authored Jul 29, 2024
2 parents 52d5498 + d9fb487 commit eccc66a
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 eccc66a

Please sign in to comment.