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 Nov 29, 2024
1 parent 097d46c commit e36c2b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/spikeinterface/sorters/internal/spyking_circus2.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ def final_cleaning_circus(
templates,
similarity_kwargs={"method": "l2", "support": "union", "max_lag_ms": 0.1},
apply_merge_kwargs={"sparsity_overlap": 0.1, "censor_ms": 3.0},
#correlograms_kwargs={},
# correlograms_kwargs={},
max_distance_um=50,
template_diff_thresh=np.arange(0.05, 0.5, 0.05),
**job_kwargs,
Expand All @@ -360,7 +360,7 @@ def final_cleaning_circus(
analyzer = create_sorting_analyzer_with_existing_templates(sorting, recording, templates)
analyzer.compute("unit_locations", method="monopolar_triangulation")
analyzer.compute("template_similarity", **similarity_kwargs)
#analyzer.compute("correlograms", **correlograms_kwargs)
# analyzer.compute("correlograms", **correlograms_kwargs)

presets = ["x_contaminations"] * len(template_diff_thresh)
steps_params = [
Expand Down

0 comments on commit e36c2b1

Please sign in to comment.