Skip to content

Commit

Permalink
Update src/spikeinterface/core/node_pipeline.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 authored Sep 13, 2023
1 parent e2a0472 commit ad0f05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/core/node_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def __init__(

self.channel_from_template = channel_from_template

assert extremum_channel_inds is not None, "SpikeRetriever need the dict extremum_channel_inds"
assert extremum_channel_inds is not None, "SpikeRetriever needs the extremum_channel_inds dictionary"

self.peaks = sorting_to_peaks(sorting, extremum_channel_inds)

Expand Down

0 comments on commit ad0f05e

Please sign in to comment.