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 Oct 30, 2024
1 parent ba6d835 commit 43b383b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/spikeinterface/curation/auto_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -693,10 +693,12 @@ def auto_merge_units(

compute_merge_kwargs.update({"steps_params": params})
sorting_analyzer = auto_merge_units_internal(
sorting_analyzer, compute_merge_kwargs,
apply_merge_kwargs=apply_merge_kwargs,
recursive=recursive,
extra_outputs=extra_outputs, **job_kwargs
sorting_analyzer,
compute_merge_kwargs,
apply_merge_kwargs=apply_merge_kwargs,
recursive=recursive,
extra_outputs=extra_outputs,
**job_kwargs,
)

if extra_outputs:
Expand Down

0 comments on commit 43b383b

Please sign in to comment.