HDFGroup / hdf5-json

Specification and tools for representing HDF5 in JSON
https://support.hdfgroup.org/documentation/hdf5-json/latest/
Other
73 stars 25 forks source link

Use `H5S_UNLIMITED` instead of `0` in jsontoh5.py #27

Closed ghost closed 9 years ago

ghost commented 9 years ago

The value for unlimited dimension size in HDF5/JSON is H5S_UNLIMITED while the code in jsontoh5.py uses 0.

ghost commented 9 years ago

This is now fixed: a6d9d821.