Skip to content

Commit

Permalink
Spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
yger committed Nov 29, 2024
1 parent 0c88b39 commit 32c74d4
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 @@ -231,7 +231,7 @@ def compute_merge_unit_groups(
params = _default_step_params.get(step).copy()
if steps_params is not None and step in steps_params:
params.update(steps_params[step])

# STEP : remove units with too few spikes
if step == "num_spikes":

Expand Down

0 comments on commit 32c74d4

Please sign in to comment.