-
-
Notifications
You must be signed in to change notification settings - Fork 26k
TST make test_ridge_regression_hstacked_X more lenient #23170
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
TST make test_ridge_regression_hstacked_X more lenient #23170
Conversation
test_ridge_regression_hstacked_X
test_ridge_regression_hstacked_X
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.
LGTM
Hmmm it looks like the test fails in my last commit so:
|
For this failure, the elements have approx the same magnitude. Maybe this test needs the tol for ridge to be adjusted for sag like it was done in #23017 |
test_ridge_regression_hstacked_X
I probably found the source of the non determinism between CI runs #23181 |
test_ridge_regression_hstacked_X
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.
LGTM
…23170) Co-authored-by: jeremiedbb <jeremiedbb@yahoo.fr>
Fix #23169, trying a similar approach to #23152