Skip to content

Commit

Permalink
Increase unit group name size
Browse files Browse the repository at this point in the history
  • Loading branch information
khl02007 committed Jan 23, 2024
1 parent d684af0 commit 756320d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spyglass/spikesorting/merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class UnitSelection(SpyglassMixin, dj.Manual):
definition = """
# Units to be selected for downstream analysis
-> SpikeSortingOutput
unit_group_name : varchar(30)
unit_group_name : varchar(40)
---
unit_group : blob
"""

0 comments on commit 756320d

Please sign in to comment.