Skip to content

Commit

Permalink
another chris improvement
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Halcrow <[email protected]>
  • Loading branch information
zm711 and chrishalcrow authored Jul 18, 2024
1 parent 00b5775 commit 3bb1fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/core/sortinganalyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ def merge_units(
merge_unit_groups : list/tuple of lists/tuples
A list of lists for every merge group. Each element needs to have at least two elements (two units to merge),
but it can also have more (merge multiple units at once).
new_unit_ids : None or list
new_unit_ids : None | list, default: None
A new unit_ids for merged units. If given, it needs to have the same length as `merge_unit_groups`. If None,
merged units will have the first unit_id of every lists of merges
censor_ms : None | float, default: None
Expand Down

0 comments on commit 3bb1fd9

Please sign in to comment.