Skip to content

Commit

Permalink
Make sure HedTags column are strings
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Oct 23, 2023
1 parent 240de96 commit db2e8c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/ndx-hed.extensions.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
datasets:
- neurodata_type_def: HedTags
neurodata_type_inc: VectorData
dtype: text
doc: An extension of VectorData for Hierarchical Event Descriptor (HED) tags.
groups:
- neurodata_type_def: HedNWBFile
Expand Down
1 change: 1 addition & 0 deletions src/spec/create_extension_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def main():
neurodata_type_def="HedTags",
neurodata_type_inc="VectorData",
doc="An extension of VectorData for Hierarchical Event Descriptor (HED) tags.",
dtype="text",
)

hed_nwbfile = NWBGroupSpec(
Expand Down

0 comments on commit db2e8c5

Please sign in to comment.