Skip to content

Commit

Permalink
Rename merge module for consistency with other pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
edeno committed Jan 26, 2024
1 parent 881f8e5 commit 0879dd9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/spyglass/decoding/v1/sorted_spikes.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
) # noqa: F401
from spyglass.position.position_merge import PositionOutput # noqa: F401
from spyglass.settings import config
from spyglass.spikesorting.merge import SpikeSortingOutput # noqa: F401
from spyglass.spikesorting.spikesorting_merge import (
SpikeSortingOutput,
) # noqa: F401
from spyglass.utils import SpyglassMixin, logger

schema = dj.schema("decoding_sorted_spikes_v1")
Expand Down
2 changes: 1 addition & 1 deletion src/spyglass/decoding/v1/waveform_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from spyglass.common.common_nwbfile import AnalysisNwbfile
from spyglass.settings import temp_dir
from spyglass.spikesorting.merge import SpikeSortingOutput
from spyglass.spikesorting.spikesorting_merge import SpikeSortingOutput
from spyglass.spikesorting.v1 import SpikeSortingSelection
from spyglass.utils import SpyglassMixin

Expand Down
File renamed without changes.

0 comments on commit 0879dd9

Please sign in to comment.