Check if node exists in h5py
You can also simply use require_group()
method for groups. H5py Docs.
e = "/some/path" in h5File
does it. This is very briefly mentioned in the Group
documentation.
You can also simply use require_group()
method for groups. H5py Docs.
e = "/some/path" in h5File
does it. This is very briefly mentioned in the Group
documentation.