HDFGroup / h5pyd

h5py distributed - Python client library for HDF Rest API
Other
110 stars 39 forks source link

Fix JSON encoding for dimension scales #117

Closed ajelenak closed 2 years ago

ajelenak commented 2 years ago

Sometimes the dimension index is a NumPy scalar integer and that breaks JSON encoding of the h5pyd request. This fix ensures it is a normal Python integer always.