Skip to content

Commit

Permalink
import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgarcia committed Jun 27, 2024
1 parent 37014bb commit e2e9bff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from spikeinterface.sorters import run_sorter

from spikeinterface.comparison import GroundTruthComparison
from spikeinterface.sortingcomponents.motion_interpolation import InterpolateMotionRecording
from spikeinterface.sortingcomponents.motion.motion_interpolation import InterpolateMotionRecording
from spikeinterface.curation import MergeUnitsSorting


Expand Down
7 changes: 0 additions & 7 deletions src/spikeinterface/sortingcomponents/motion/dredge.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@
from .motion_utils import Motion, get_spatial_windows, get_window_domains, scipy_conv1d, make_2d_motion_histogram


# to discuss
# margin
# xcorr new function
# which dataset band usefull for ?
# dredge_ap
# use patient 2

# todo use gaussian_filter1d in historgam 2d
# put smotthing inside the histogram function
# put the log for weight inhitstogram
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
import pytest
import spikeinterface.core as sc
from spikeinterface import download_dataset
from spikeinterface.sortingcomponents.motion_interpolation import (
from spikeinterface.sortingcomponents.motion.motion_interpolation import (
InterpolateMotionRecording,
correct_motion_on_peaks,
interpolate_motion,
interpolate_motion_on_traces,
)
from spikeinterface.sortingcomponents.motion_utils import Motion
from spikeinterface.sortingcomponents.motion import Motion
from spikeinterface.sortingcomponents.tests.common import make_dataset


Expand Down

0 comments on commit e2e9bff

Please sign in to comment.