Skip to content

Commit c4fbafc

Browse files
authored
Update src/spikeinterface/sortingcomponents/matching/method_list.py
1 parent f87e7fc commit c4fbafc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spikeinterface/sortingcomponents/matching/method_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
try:
1717
# kilosort licence (GPL 3) is forcing use to make an external package
18-
from spikeinterface_kilosort_reshape import KiloSortMatching
18+
from spikeinterface_kilosort_components import KiloSortMatching
1919

2020
matching_methods["kilosort-matching"] = KiloSortMatching
2121
except ImportError:

0 commit comments

Comments
 (0)