Skip to content

Commit 0e44185

Browse files
authored
Apply suggestions from code review
1 parent aaa689f commit 0e44185

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/spikeinterface/core/node_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ def run_node_pipeline(
544544
recording_slices : None | list[tuple]
545545
Optionaly give a list of slices to run the pipeline only on some chunks of the recording.
546546
It must be a list of (segment_index, frame_start, frame_stop).
547-
If None (default), the entire recording is computed.
547+
If None (default), the function iterates over the entire duration of the recording.
548548
549549
Returns
550550
-------

src/spikeinterface/sortingcomponents/peak_detection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def detect_peaks(
8787
recording_slices : None | list[tuple]
8888
Optionaly give a list of slices to run the pipeline only on some chunks of the recording.
8989
It must be a list of (segment_index, frame_start, frame_stop).
90-
If None (default), the entire recording is computed.
90+
If None (default), the function iterates over the entire duration of the recording.
9191
9292
{method_doc}
9393
{job_doc}

0 commit comments

Comments
 (0)