We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87e7fc commit c4fbafcCopy full SHA for c4fbafc
1 file changed
src/spikeinterface/sortingcomponents/matching/method_list.py
@@ -15,7 +15,7 @@
15
16
try:
17
# kilosort licence (GPL 3) is forcing use to make an external package
18
- from spikeinterface_kilosort_reshape import KiloSortMatching
+ from spikeinterface_kilosort_components import KiloSortMatching
19
20
matching_methods["kilosort-matching"] = KiloSortMatching
21
except ImportError:
0 commit comments