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
They differ in how the H5T_ARRAY components of the dataset's value are converted. jsontoh5 exclusively uses tuples while NumPy prefers the list in this case. The dataset's NumPy dtype in both cases is the same:
jsontoh5 data/json/comp_complex.json
command fails with this error:The error comes when converting this dataset's value (relevant HDF5/JSON content only) to a NumPy array:
jsontoh5 version of the
value
as a Python object is:The NumPy dataset's value (from h5py) is:
They differ in how the H5T_ARRAY components of the dataset's value are converted. jsontoh5 exclusively uses tuples while NumPy prefers the list in this case. The dataset's NumPy dtype in both cases is the same:
The text was updated successfully, but these errors were encountered: