-
Notifications
You must be signed in to change notification settings - Fork 106
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
Numerical test test_chees_adaptation
fails on aarch64-linux
#668
Comments
@albcab could you take a look to make this test more robust? |
I can't reproduce the failing test on my machine, so it's hard to debug. Making atol=1e-2 and rtol=0 would obviously fix it. Since the harmonic mean is random, increasing chains/steps/learning rates might not necessarily avoid the failing test. Just for the sake of passing the test in aarch64-linux I would change rtol to atol, @junpenglao thoughts? |
Yeah sure. |
I can already confirm that the test is fixed thanks to @albcab's patch. |
Things might have changed since then, because several tests fail on 1.2.4. |
Thanks for the feedback, it is a bit difficult for us to replicate, could you paste the full trace for all the test fail? |
Sure, here it is: https://paste.glepage.com/upload/spider-bee-bison |
Describe the issue as clearly as possible:
Using
jax
/jaxlib
0.4.28 andjaxopt
0.8.3, the following test fails onaarch64-linux
:Steps/code to reproduce the bug:
pytest
Expected result:
Error message:
Blackjax/JAX/jaxlib/Python version information:
Context for the issue:
No response
The text was updated successfully, but these errors were encountered: