Skip to content

Commit

Permalink
Merge branch 'sc2_recording_slices' of github.com:yger/spikeinterface…
Browse files Browse the repository at this point in the history
… into sc2_recording_slices
  • Loading branch information
yger committed Jan 8, 2025
2 parents 0e8603d + 1272008 commit 6119609
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/spikeinterface/sorters/internal/spyking_circus2.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ def _run_from_folder(cls, sorter_output_folder, params, verbose):
if params["matched_filtering"]:
prototype, waveforms = get_prototype_and_waveforms(
recording_w,
ms_before=ms_before,
ms_after=ms_after,
ms_before=ms_before,
ms_after=ms_after,
seed=params["seed"],
return_waveforms=True,
**detection_params,
Expand Down
4 changes: 2 additions & 2 deletions src/spikeinterface/sortingcomponents/peak_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ def detect_peaks(
else:
squeeze_output = False
if len(pipeline_nodes) == 1:
plural = ''
plural = ""
else:
plural = 's'
plural = "s"
job_name += f" + {len(pipeline_nodes)} node{plural}"

# because node are modified inplace (insert parent) they need to copy incase
Expand Down

0 comments on commit 6119609

Please sign in to comment.