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 6, 2023
1 parent 1f6e5f3 commit 1bbfe16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/sorters/internal/tridesclous2.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def _run_from_folder(cls, sorter_output_folder, params, verbose):
# threshold_percentile=80.,
criteria="distrib_overlap",
threshold_overlap=0.3,
min_cluster_size=min_cluster_size+1,
min_cluster_size=min_cluster_size + 1,
# num_shift=0
num_shift=5,
),
Expand Down

0 comments on commit 1bbfe16

Please sign in to comment.