I am wondering if there is a simple way to check if a node exists within an HDF5 file using h5py.
I couldn\'t find anything in the docs, so right now I\'m using exce
e = "/some/path" in h5File
does it. This is very briefly mentioned in the Group documentation.