-
Notifications
You must be signed in to change notification settings - Fork 0
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
Tests are failing in Julia 1.10 #11
Comments
This could have potentially caused the issue with the continuous transition node in ReactiveMP here ReactiveBayes/ReactiveMP.jl#372 |
Corresponding test seems to check inversion of a very bad matrix, so I am not entirely surprised about just exceeding the tolerances. Robustness in the test could be improved anyways. Instead of computing |
Might also be related to |
It has to do with our own fastcholesky implementation, but I can't reproduce this on my Mac, so it seems to be system-dependent. @bvdmitri I propose to just increase tolerances. Calling |
Couldn't reproduce it on my mac either. I've adjusted the tests a bit |
See for example this
The text was updated successfully, but these errors were encountered: