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 Nov 21, 2024
1 parent 2310811 commit 0054974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/spikeinterface/sortingcomponents/clustering/circus.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class CircusClustering:
"n_svd": [5, 2],
"ms_before": 0.5,
"ms_after": 0.5,
"noise_threshold" : 5,
"noise_threshold": 5,
"rank": 5,
"noise_levels": None,
"tmp_folder": None,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class RandomProjectionClustering:
"random_seed": 42,
"noise_levels": None,
"smoothing_kwargs": {"window_length_ms": 0.25},
"noise_threshold" : 5,
"noise_threshold": 5,
"tmp_folder": None,
"verbose": True,
}
Expand Down

0 comments on commit 0054974

Please sign in to comment.