HDFGroup / h5pyd

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

h5pyd._hl.folders.Folder.__repr__() and .domain fail on root folder #72 #73

Closed JacobDuckett closed 4 years ago

JacobDuckett commented 4 years ago

Fixed errors Folder.domain, Folder.parent, and Folder.__repr__() when called from the root folder. Calling Folder.parent returns None when used on the root folder.

JacobDuckett commented 4 years ago

Added tests for the enhancements, but the overall tests fail due to lack of connectivity to the test server. How do you recommend validating that the tests pass on my end?