HDFGroup / h5pyd

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

Dimension scales do not work with h5serv #77

Closed jjaraalm closed 1 year ago

jjaraalm commented 4 years ago

The h5serv documentation says that attribute shape should be either a string or an integer array, but in create_scale() an object is sent instead. This causes h5serv to raise a 400 error due to invalid shape.

jreadey commented 1 year ago

h5serv support is deprecated, so this issue won't be addressed. Please look into using h5pyd with HSDS.