Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 1, 2024
1 parent a3cc09b commit 6fe1483
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 @@ -859,7 +859,7 @@ def merge_units(

if len(units_to_merge) == 0:
return self

new_unit_ids = get_new_unit_ids_for_merges(self.sorting, units_to_merge, new_unit_ids)

if not isinstance(units_to_merge[0], (list, tuple)):
Expand Down

0 comments on commit 6fe1483

Please sign in to comment.