mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2025-01-09 21:54:27 +00:00
re-remove vector_data
This commit is contained in:
parent
198ed3bcea
commit
8f95d55790
1 changed files with 1 additions and 1 deletions
|
@ -681,7 +681,7 @@ class MapNVectorData(DatasetMap):
|
||||||
Check for being an unnamed multivalued vector class that IS VectorData
|
Check for being an unnamed multivalued vector class that IS VectorData
|
||||||
"""
|
"""
|
||||||
return (
|
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_def is None
|
||||||
and cls.neurodata_type_inc
|
and cls.neurodata_type_inc
|
||||||
and cls.neurodata_type_inc == "VectorData"
|
and cls.neurodata_type_inc == "VectorData"
|
||||||
|
|
Loading…
Reference in a new issue