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

Use h5py as an independent check. #845

Open
1uc opened this issue Nov 15, 2023 · 0 comments
Open

Use h5py as an independent check. #845

1uc opened this issue Nov 15, 2023 · 0 comments
Labels
testing Anything related to (automated) tests.

Comments

@1uc
Copy link
Collaborator

1uc commented Nov 15, 2023

Write-read cycles have the flaw that they can't detect certain bugs, e.g. if the array is column-major instead of row-major a simply write-read cycles using always the same types, wont fail.

One idea is to use h5py to act as an independent check. We would write in HighFive/h5py then read in h5py/HighFive.

@1uc 1uc added the testing Anything related to (automated) tests. label Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Anything related to (automated) tests.
Projects
None yet
Development

No branches or pull requests

1 participant