Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider simplifying attribute creation function #35

Open
stephprince opened this issue Jul 25, 2024 · 0 comments
Open

Consider simplifying attribute creation function #35

stephprince opened this issue Jul 25, 2024 · 0 comments
Labels
priority: low alternative solution already working and/or relevant to only specific user(s)

Comments

@stephprince
Copy link
Collaborator

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.

@stephprince stephprince added the priority: low alternative solution already working and/or relevant to only specific user(s) label Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: low alternative solution already working and/or relevant to only specific user(s)
Projects
None yet
Development

No branches or pull requests

1 participant