Skip to content

Commit cfb4613

Browse files
committed
WIP
1 parent 3027b67 commit cfb4613

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/spikeinterface/sortingcomponents/matching

src/spikeinterface/sortingcomponents/matching/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ def find_spikes_from_templates(
3939
Optionaly returns for debug purpose.
4040
"""
4141
from .method_list import matching_methods
42-
from base import _base_matching_dtype
43-
42+
from .base import _base_matching_dtype
43+
4444
assert method in matching_methods, f"The 'method' {method} is not valid. Use a method from {matching_methods}"
4545

4646
job_kwargs = fix_job_kwargs(job_kwargs)

0 commit comments

Comments
 (0)