Skip to content

Commit

Permalink
To properly resolve the pairs
Browse files Browse the repository at this point in the history
  • Loading branch information
yger committed Nov 8, 2024
1 parent 3b76b5a commit 397e54d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/spikeinterface/curation/auto_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -757,12 +757,8 @@ def auto_merge_units(
all_outs += [outs]

if extra_outputs:
if len(to_be_launched) == 1:
all_merging_groups = all_merging_groups[0]
all_outs = all_outs[0]

merge_unit_groups = {}
for merges in all_merging_groups:
for merges in all_merging_groups[::-1]:
for m in merges:
new_list = m
for k in m:
Expand Down

0 comments on commit 397e54d

Please sign in to comment.