Closed jjaraalm closed 1 year 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.
h5serv
create_scale()
h5serv support is deprecated, so this issue won't be addressed. Please look into using h5pyd with HSDS.
The
h5serv
documentation says that attribute shape should be either a string or an integer array, but increate_scale()
an object is sent instead. This causesh5serv
to raise a 400 error due to invalid shape.