Check if node exists in h5py

前端 未结 3 1648
遇见更好的自我
遇见更好的自我 2020-12-16 11:17

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

3条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-16 12:02

    You can also simply use require_group() method for groups. H5py Docs.

提交回复
热议问题