-
Notifications
You must be signed in to change notification settings - Fork 8
do not error for missing external file links #147
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
Conversation
prjemian
commented
Oct 30, 2021
- FIX BUG: tree cannot parse some NeXus examples #130
|
@carterbox This is ready for your review, if you have the time. All unit tests are now in-source. The tests here involve missing external file links and also a soft link within a file to an HDF5 address that has a missing external link. The latter is replicated since the original data file is >60MB. |
carterbox
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My understanding of this PR is that previously missing external links in HDF5 files were mishandled somehow and caused an exception? With this patch, there is now no exception, and the tree report states that the link is broken.
I think the test descriptions could be a bit more helpful. Otherwise, I ran the tests on my local machine and they all pass.
Co-authored-by: Daniel Ching <[email protected]>
Co-authored-by: Daniel Ching <[email protected]>
Co-authored-by: Daniel Ching <[email protected]>
|
@carterbox : If you approve, can you push the big green button? Thanks! |