Ragged dtype=object BaseSignal
saving .hspy
should give better error
#141
Milestone
BaseSignal
saving .hspy
should give better error
#141
When trying to save a ragged
BaseSignal
withdtype=object
, the error message is confusing for users. Example:Gives the error message
TypeError: Object dtype dtype('O') has no native HDF5 equivalent
. This is due toh5py
not supportingdtype=object
.However, the error message could be improved to something like:
Saving ragged signals with dtype=object is not supported, try saving it as the .zspy format instead.
The text was updated successfully, but these errors were encountered: