You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to write a HDF5-file with java and got stuck by not being able to encode a compound data type. Seems like DataType.fromObject are not able to detect and return a CompoundDataType.
Trying to write a HDF5-file with java and got stuck by not being able to encode a compound data type. Seems like
DataType.fromObjectare not able to detect and return aCompoundDataType.