re-remove vector_data

This commit is contained in:
sneakers-the-rat 2024-09-30 23:19:30 -07:00
parent 198ed3bcea
commit 8f95d55790
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D

View file

@ -681,7 +681,7 @@ class MapNVectorData(DatasetMap):
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"