Skip to content

Commit

Permalink
fix template function in naive matching
Browse files Browse the repository at this point in the history
  • Loading branch information
zm711 committed Oct 31, 2023
1 parent 25d0745 commit 6ac091c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/spikeinterface/sortingcomponents/matching/naive.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
"""Sorting components: template matching."""

import numpy as np
from spikeinterface.core import WaveformExtractor
from spikeinterface.core import WaveformExtractor, get_template_channel_sparsity, get_template_extremum_channel
from spikeinterface.core import get_noise_levels, get_channel_distances, get_chunk_with_margin, get_random_data_chunks
from spikeinterface.postprocessing import get_template_channel_sparsity, get_template_extremum_channel

from spikeinterface.sortingcomponents.peak_detection import DetectPeakLocallyExclusive

spike_dtype = [
Expand Down

0 comments on commit 6ac091c

Please sign in to comment.