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

Regression test suite fails when test output and reference output are both hdf5 #48

Closed
d-cogswell opened this issue Apr 8, 2021 · 2 comments · Fixed by #49
Closed
Assignees
Labels
bug Something isn't working

Comments

@d-cogswell
Copy link
Collaborator

When both varDataNew and varDataRef are h5py Datasets, the subtraction operator in compare_tests.py throws a type error. I think the solution is to use numpy array slicing to convert the Datasets to numpy arrays.

@d-cogswell d-cogswell added the bug Something isn't working label Apr 8, 2021
@d-cogswell d-cogswell self-assigned this Apr 8, 2021
@lightningclaw001
Copy link
Collaborator

@d-cogswell do you still get the bug in the new version of the branch? i think i added something earlier today that helps

@d-cogswell d-cogswell linked a pull request Apr 8, 2021 that will close this issue
d-cogswell added a commit that referenced this issue Apr 13, 2021
@d-cogswell
Copy link
Collaborator Author

Resolved by #49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants