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

Fix remaining CI errors #2471

Merged
merged 1 commit into from
Sep 6, 2024
Merged

Conversation

bvanessen
Copy link
Collaborator

Change the check metric test from using 1e-8 to
np.finfo(np.float32).eps (which is actually ~1.192e-07).
This should resolve errors with the test failing.

np.finfo(np.float32).eps (which is actually ~1.192e-07).  This should
resolve errors with the test failing.
@bvanessen bvanessen merged commit cae84af into LLNL:develop Sep 6, 2024
1 check passed
@bvanessen bvanessen deleted the bugfix_ci_tests branch September 6, 2024 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants