HDFGroup / h5pyd

h5py distributed - Python client library for HDF Rest API
Other
114 stars 38 forks source link

mode ='r' seems to have no effect #46

Closed mikejiang closed 6 years ago

mikejiang commented 6 years ago
f_remote = h5pyd.File(domain, "r")
ds_remote = f_remote["/data"]

ds_remote is still writable and I've verified it by f_remote.close() and reopening it.

jreadey commented 6 years ago

This should be fixed in this commit: https://github.com/HDFGroup/h5pyd/commit/2dee27358c74e0e646d57b9d8b333b2f1632da31.