Skip to content

Commit

Permalink
Fixing engine
Browse files Browse the repository at this point in the history
  • Loading branch information
yger committed Jan 13, 2025
1 parent 6d5d180 commit b901241
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 @@ -51,7 +51,7 @@ class Spykingcircus2Sorter(ComponentsBasedSorter):
},
},
"clustering": {"legacy": True},
"matching": {"method": "wobble"},
"matching": {"method": "circus-omp-svd"},
"apply_preprocessing": True,
"matched_filtering": True,
"cache_preprocessing": {"mode": "memory", "memory_limit": 0.5, "delete_cache": True},
Expand Down

0 comments on commit b901241

Please sign in to comment.