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 9, 2025
1 parent 7c32a65 commit c1c8b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/sorters/internal/spyking_circus2.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def _run_from_folder(cls, sorter_output_folder, params, verbose):
clustering_params["ms_after"] = exclude_sweep_ms
clustering_params["verbose"] = verbose
clustering_params["tmp_folder"] = sorter_output_folder / "clustering"
clustering_params["noise_threshold"] = detection_params.get('detect_threshold', 4)
clustering_params["noise_threshold"] = detection_params.get("detect_threshold", 4)

legacy = clustering_params.get("legacy", True)

Expand Down

0 comments on commit c1c8b06

Please sign in to comment.