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 29, 2025
1 parent cd8da11 commit 0358147
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/spikeinterface/sortingcomponents/clustering/circus.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ class CircusClustering:
"recursive_depth": 3,
"returns_split_count": True,
},
"split_kwargs": {"projection_mode" : "tsvd",
"percentile_variance_explained" : 95},
"split_kwargs": {"projection_mode": "tsvd", "percentile_variance_explained": 95},
"radius_um": 100,
"n_svd": 5,
"few_waveforms": None,
Expand Down

0 comments on commit 0358147

Please sign in to comment.