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 2140854 commit df3d2df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/spikeinterface/curation/auto_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ def compute_merge_unit_groups(
Q = f(1 - (k + 1)C)
IMPORTANT: internally, all computations are relying on extensions of the analyzer, that are computed
with default parameters if not present (i.e. correlograms, template_similarity, ...) If you want to
have a finer control on these values, please precompute the extensions before applying the auto_merge
with default parameters if not present (i.e. correlograms, template_similarity, ...) If you want to
have a finer control on these values, please precompute the extensions before applying the auto_merge
Parameters
----------
Expand Down Expand Up @@ -428,8 +428,8 @@ def get_potential_auto_merge(
Q = f(1 - (k + 1)C)
IMPORTANT: internally, all computations are relying on extensions of the analyzer, that are computed
with default parameters if not present (i.e. correlograms, template_similarity, ...) If you want to
have a finer control on these values, please precompute the extensions before applying the auto_merge
with default parameters if not present (i.e. correlograms, template_similarity, ...) If you want to
have a finer control on these values, please precompute the extensions before applying the auto_merge
Parameters
----------
Expand Down

0 comments on commit df3d2df

Please sign in to comment.