Skip to content

Commit

Permalink
Update src/spikeinterface/curation/auto_merge.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alessio Buccino <[email protected]>
  • Loading branch information
yger and alejoe91 authored Oct 29, 2024
1 parent 988723d commit 95120e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/curation/auto_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def compute_merge_unit_groups(
if preset is None and steps is None:
raise ValueError("You need to specify a preset or steps for the auto-merge function")
elif steps is not None:
# steps has presendance on presets
# steps has precedence on presets
pass
elif preset is not None:
if preset not in _compute_merge_presets:
Expand Down

0 comments on commit 95120e1

Please sign in to comment.