You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when creating attributes, we detect the object type of a path in the hdf5 file and detect whether it is a group or dataset. We could consider simplifying this by using H5Oopen to open the path.
The text was updated successfully, but these errors were encountered:
See related discussion here: #33 (comment)
Currently when creating attributes, we detect the object type of a path in the hdf5 file and detect whether it is a group or dataset. We could consider simplifying this by using
H5Oopen
to open the path.The text was updated successfully, but these errors were encountered: