Skip to content

Commit

Permalink
Merge branch 'hybrid_precomputed' of github.com:cwindolf/spikeinterfa…
Browse files Browse the repository at this point in the history
…ce into hybrid_precomputed
  • Loading branch information
cwindolf committed Jun 3, 2024
2 parents d345063 + dcfc0f6 commit 5e7ed2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/spikeinterface/generation/drift_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
import numpy as np
from numpy.typing import ArrayLike
from probeinterface import Probe
from spikeinterface.core import (BaseRecording, BaseRecordingSegment,
BaseSorting, Templates)
from spikeinterface.core import BaseRecording, BaseRecordingSegment, BaseSorting, Templates


def interpolate_templates(templates_array, source_locations, dest_locations, interpolation_method="cubic"):
Expand Down

0 comments on commit 5e7ed2a

Please sign in to comment.