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

Processing results have dependency on mode of opening h5 #281

Open
kkappler opened this issue Aug 30, 2023 · 0 comments
Open

Processing results have dependency on mode of opening h5 #281

kkappler opened this issue Aug 30, 2023 · 0 comments
Labels
side quest Not critical to program function but a potential place to get lost, maybe in a good way

Comments

@kkappler
Copy link
Collaborator

This is weird.

Consider commit a62ce64c51da6e0461a5eac3ac76af9e541c56fc
git rev-parse HEAD

a62ce64

When i run python test_compare_aurora_vs_archived_emtf.py, the test (which numerically compares synthetic processing results with expected, PASSES.

One commit later, 55e205497fe7012d8c6d52d76bcb1d851e89a0b2
there is exactly one change, which corresponds to opening the file in append mode, and not read mode,
image

And python test_compare_aurora_vs_archived_emtf.py fails
image
The change is results is trivial, the question is why should they change at all?

@kkappler kkappler added the side quest Not critical to program function but a potential place to get lost, maybe in a good way label Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
side quest Not critical to program function but a potential place to get lost, maybe in a good way
Projects
None yet
Development

No branches or pull requests

1 participant