Skip to content

Commit

Permalink
Update src/spikeinterface/preprocessing/common_reference.py
Browse files Browse the repository at this point in the history
Apply suggestion

Co-authored-by: Alessio Buccino <[email protected]>
  • Loading branch information
oaaij-gnahz and alejoe91 authored Nov 21, 2023
1 parent ac3ae7c commit 89acc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/preprocessing/common_reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def __init__(

# tranforms groups (ids) to groups (indices)
if groups is not None:
groups_inds = [self.ids_to_indices(g) for g in groups]
group_indices = [self.ids_to_indices(g) for g in groups]
else:
groups_inds = None
if ref_channel_ids is not None:
Expand Down

0 comments on commit 89acc59

Please sign in to comment.