Skip to content

Commit

Permalink
Fix obj id len (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
khl02007 authored Jan 12, 2024
1 parent 06f29b5 commit 499edac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/spyglass/spikesorting/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from .curation_figurl import CurationFigurl, CurationFigurlSelection
from .imported import ImportedSpikeSorting
from .sortingview import SortingviewWorkspace, SortingviewWorkspaceSelection
from .spikesorting_artifact import (
ArtifactDetection,
Expand Down
2 changes: 1 addition & 1 deletion src/spyglass/spikesorting/imported.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ImportedSpikeSorting(SpyglassMixin, dj.Imported):
definition = """
-> Session
---
object_id: varchar(32)
object_id: varchar(40)
"""

def make(self, key):
Expand Down
1 change: 1 addition & 0 deletions src/spyglass/spikesorting/v1/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from ..imported import ImportedSpikeSorting
from .artifact import (
ArtifactDetection,
ArtifactDetectionParameters,
Expand Down

0 comments on commit 499edac

Please sign in to comment.