Skip to content

Commit 7ec0102

Browse files
Lupin : return default "template_matching_engine" back to "wobble" (#4595)
Co-authored-by: Chris Halcrow <57948917+chrishalcrow@users.noreply.github.com>
1 parent 7ac2ae0 commit 7ec0102

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/spikeinterface/sorters/internal

src/spikeinterface/sorters/internal/lupin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class LupinSorter(ComponentsBasedSorter):
5959
"template_sparsify_threshold": 1.0,
6060
"template_min_snr_ptp": 4.0,
6161
"template_max_jitter_ms": 0.2,
62-
"template_matching_engine": "circus-omp",
62+
"template_matching_engine": "wobble",
6363
"min_firing_rate": 0.1,
6464
"gather_mode": "memory",
6565
"job_kwargs": {},

0 commit comments

Comments
 (0)