Skip to content

Commit ad15394

Browse files
committed
WIP
1 parent 00d2ebd commit ad15394

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
@@ -9,7 +9,6 @@
99
from spikeinterface.core.job_tools import fix_job_kwargs
1010
from spikeinterface.core.node_pipeline import run_node_pipeline
1111

12-
from base import _base_matching_dtype
1312

1413
def find_spikes_from_templates(
1514
recording, method="naive", method_kwargs={}, extra_outputs=False, verbose=False, **job_kwargs
@@ -39,7 +38,8 @@ def find_spikes_from_templates(
3938
Optionaly returns for debug purpose.
4039
"""
4140
from .method_list import matching_methods
42-
41+
from base import _base_matching_dtype
42+
4343
assert method in matching_methods, f"The 'method' {method} is not valid. Use a method from {matching_methods}"
4444

4545
job_kwargs = fix_job_kwargs(job_kwargs)

0 commit comments

Comments
 (0)