hdf5storage
hdf5storage copied to clipboard
The fields of empty structured numpy.ndarrays lose their dtypes when being read when Options.structured_numpy_ndarray_as_struct is set
Structured numpy.ndarray
with no elements, when Options.structured_numpy_ndarray_as_struct
is set, are not written in a way that the dtypes for the fields can be restored when it is read back from file.