[Bug]: Dimension Labels and Expandable Datasets Edge Cases #1163
Labels
category: bug
errors in the code or code behavior
category: enhancement
improvements of code or code behavior
What happened?
__get_dimension_labels_from_spec
(or__get_spec_info
depending on if VectorData Refactor Expandable #1158 has been merged) uses get_data_shape to get the shape. But this does not work when we have dtype defined:get_data_shape will return (1,3)
However, when writing the data we use this for the shape:
which is (1,)
Steps to Reproduce
Above.
Traceback
No response
Operating System
macOS
Python Executable
Conda
Python Version
3.12
Package Versions
No response
The text was updated successfully, but these errors were encountered: