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 24f626e commit d684cf2
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 @@ -65,7 +65,7 @@ class CircusClustering:
"noise_levels": None,
"tmp_folder": None,
"verbose": True,
"debug" : False
"debug": False,
}

@classmethod
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class RandomProjectionClustering:
"noise_threshold": 4,
"tmp_folder": None,
"verbose": True,
"debug" : False
"debug": False,
}

@classmethod
Expand Down

0 comments on commit d684cf2

Please sign in to comment.