Skip to content

Commit

Permalink
Verbose flag
Browse files Browse the repository at this point in the history
  • Loading branch information
yger committed Nov 15, 2024
1 parent 8e37d54 commit 1c8443f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spikeinterface/sorters/internal/spyking_circus2.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ def _run_from_folder(cls, sorter_output_folder, params, verbose):
clustering_params["noise_levels"] = noise_levels
clustering_params["ms_before"] = exclude_sweep_ms
clustering_params["ms_after"] = exclude_sweep_ms
clustering_params["verbose"] = verbose
clustering_params["tmp_folder"] = sorter_output_folder / "clustering"

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

0 comments on commit 1c8443f

Please sign in to comment.