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 3027b67 commit cfb4613Copy full SHA for cfb4613
1 file changed
src/spikeinterface/sortingcomponents/matching/main.py
@@ -39,8 +39,8 @@ def find_spikes_from_templates(
39
Optionaly returns for debug purpose.
40
"""
41
from .method_list import matching_methods
42
- from base import _base_matching_dtype
43
-
+ from .base import _base_matching_dtype
+
44
assert method in matching_methods, f"The 'method' {method} is not valid. Use a method from {matching_methods}"
45
46
job_kwargs = fix_job_kwargs(job_kwargs)
0 commit comments