Skip to content

Commit

Permalink
WIP: add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
CBroz1 committed Jan 9, 2025
1 parent c028c70 commit a6f26f5
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/spyglass/spikesorting/v1/burst_curation.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,7 @@
)

from spyglass.decoding.utils import _get_peak_amplitude

# from spyglass.spikesorting.v0.spikesorting_curation import (
# CuratedSpikeSorting,
# CuratedSpikeSortingSelection,
# Curation,
# Waveforms,
# WaveformSelection,
# )
# from spyglass.spikesorting.v0.spikesorting_sorting import SpikeSorting
from spyglass.spikesorting.v1.metric_curation import MetricCuration
from spyglass.spikesorting.v1.metric_curation import CurationV1, MetricCuration
from spyglass.utils import logger

schema = dj.schema("burst_v1") # TODO: rename to spikesorting_burst_v1
Expand Down

0 comments on commit a6f26f5

Please sign in to comment.