HDFGroup / hsds

Cloud-native, service based access to HDF data
https://www.hdfgroup.org/solutions/hdf-kita/
Apache License 2.0
126 stars 52 forks source link

Fix jsonToArray error on empty data read #237

Closed mattjala closed 11 months ago

mattjala commented 1 year ago

This lets clients read from an empty attribute without causing an internal server error.

Previously, a value in data_json being None caused errors when passed to np.array.