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 Jan 15, 2025
1 parent feed1b0 commit 147ba92
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/spikeinterface/sortingcomponents/clustering/circus.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,13 @@ class CircusClustering:
"""

_default_params = {
"hdbscan_kwargs": {"min_cluster_size": 25,
"cluster_selection_epsilon": 0.5,
"cluser_selection_method": "leaf",
"allow_single_cluster": True,
"min_samples": 5},
"hdbscan_kwargs": {
"min_cluster_size": 25,
"cluster_selection_epsilon": 0.5,
"cluser_selection_method": "leaf",
"allow_single_cluster": True,
"min_samples": 5,
},
"cleaning_kwargs": {},
"waveforms": {"ms_before": 2, "ms_after": 2},
"sparsity": {"method": "snr", "amplitude_mode": "peak_to_peak", "threshold": 0.25},
Expand Down

0 comments on commit 147ba92

Please sign in to comment.