-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
Fix tolerance for seed-sensitive test test_pca_solver_equivalence
#28961
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 tolerance for seed-sensitive test test_pca_solver_equivalence
#28961
Conversation
test_pca_solver_equivalence
The test detection is limited 😄 the commit message should be
|
test_pca_solver_equivalence
test_pca_solver_equivalence
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This atol is so high 😨 !
Yes it's a bit freaky. It needs to be high both for OpenBLAS's arpack solver and for our own randomized SVD solver with default number of power iterations. The latter might be expected but I would not have expected this to be the case for arpack. |
Fixes #28953.