HDFGroup / h5pyd

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

catch ValueError in np.equal that happens with vlen data #198

Closed jreadey closed 1 month ago

jreadey commented 1 month ago

np.equal can have trouble with np.equal if an arg has vlen data. This is a bit of an edge case, so will just write through chunks when this exception is raised.