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
You can also simply use require_group() method for groups. H5py Docs.
require_group()