hdmf-dev / hdmf-common-schema

Specifications for pre-defined data structures provided by HDMF.
Other
3 stars 8 forks source link

add dtype to VectorIndex #26

Closed ajtritt closed 4 years ago

ajtritt commented 4 years ago

VectorIndex has no dtype, but it should always be a type of unsigned int, since VectorIndex will always hold indices into a VectorData type

https://github.com/hdmf-dev/hdmf-common-schema/blob/49e5fcb641f65d931cfa1e476a6eddd4389e884c/common/table.yaml#L53-L67