Skip to content

Commit

Permalink
re-remove vector_data
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Oct 1, 2024
1 parent 198ed3b commit 8f95d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nwb_linkml/src/nwb_linkml/adapters/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ def check(c, cls: Dataset) -> bool:
Check for being an unnamed multivalued vector class that IS VectorData
"""
return (
cls.name is None
(cls.name is None or cls.name == "vector_data")
and cls.neurodata_type_def is None
and cls.neurodata_type_inc
and cls.neurodata_type_inc == "VectorData"
Expand Down

0 comments on commit 8f95d55

Please sign in to comment.