Skip to content

Commit df3d2df

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2140854 commit df3d2df

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/spikeinterface/curation/auto_merge.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ def compute_merge_unit_groups(
122122
Q = f(1 - (k + 1)C)
123123
124124
IMPORTANT: internally, all computations are relying on extensions of the analyzer, that are computed
125-
with default parameters if not present (i.e. correlograms, template_similarity, ...) If you want to
126-
have a finer control on these values, please precompute the extensions before applying the auto_merge
125+
with default parameters if not present (i.e. correlograms, template_similarity, ...) If you want to
126+
have a finer control on these values, please precompute the extensions before applying the auto_merge
127127
128128
Parameters
129129
----------
@@ -428,8 +428,8 @@ def get_potential_auto_merge(
428428
Q = f(1 - (k + 1)C)
429429
430430
IMPORTANT: internally, all computations are relying on extensions of the analyzer, that are computed
431-
with default parameters if not present (i.e. correlograms, template_similarity, ...) If you want to
432-
have a finer control on these values, please precompute the extensions before applying the auto_merge
431+
with default parameters if not present (i.e. correlograms, template_similarity, ...) If you want to
432+
have a finer control on these values, please precompute the extensions before applying the auto_merge
433433
434434
Parameters
435435
----------

0 commit comments

Comments
 (0)