Skip to content

Commit 47e1839

Browse files
Update src/spikeinterface/core/node_pipeline.py
Co-authored-by: Chris Halcrow <57948917+chrishalcrow@users.noreply.github.com>
1 parent acd5c17 commit 47e1839

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spikeinterface/core/node_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ def _compute_peak_pipeline_chunk(segment_index, start_frame, end_frame, worker_c
663663
)
664664
# compute the graph
665665
pipeline_outputs = {}
666-
for i, node in enumerate(nodes):
666+
for node in nodes:
667667
node_parents = node.parents if node.parents else list()
668668
node_input_args = tuple()
669669
for parent in node_parents:

0 commit comments

Comments
 (0)