Skip to content

Commit 482ffa1

Browse files
committed
fix tests
1 parent 8ced3d5 commit 482ffa1

3 files changed

Lines changed: 568 additions & 138 deletions

File tree

src/spikeinterface/sortingcomponents/matching/method_list.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
from .naive import NaiveMatching
44
from .tdc import TridesclousPeeler
55
from .circus import CircusPeeler, CircusOMPSVDPeeler
6-
# from .wobble import WobbleMatch
6+
from .wobble import WobbleMatch
77

88
matching_methods = {
99
"naive": NaiveMatching,
1010
"tdc-peeler": TridesclousPeeler,
1111
"circus": CircusPeeler,
1212
"circus-omp-svd": CircusOMPSVDPeeler,
13-
# "wobble": WobbleMatch,
13+
"wobble": WobbleMatch,
1414
}

0 commit comments

Comments
 (0)