Skip to content

Commit 678c7ca

Browse files
committed
Solve conflicts 3
1 parent 87e6b0c commit 678c7ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spikeinterface/sorters/internal/spyking_circus2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Spykingcircus2Sorter(ComponentsBasedSorter):
3434
"apply_motion_correction": True,
3535
"motion_correction": {"preset": "dredge_fast"},
3636
"merging": {"max_distance_um": 50},
37-
"clustering": {"method": "circus", "method_kwargs": dict()},
37+
"clustering": {"method": "circus-clustering", "method_kwargs": dict(remove_small_snr=True)},
3838
"matching": {"method": "circus-omp-svd", "method_kwargs": dict(), "gather_mode": "memory"},
3939
"apply_preprocessing": True,
4040
"templates_from_svd": True,

0 commit comments

Comments
 (0)