-
-
Notifications
You must be signed in to change notification settings - Fork 26.1k
CI Adjust atol for conda-forge to pass #26628
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
Conversation
Linting PassedAll linting checks passed. Your pull request is in excellent shape! ☀️ |
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.
Did it always (randomly) fail or is it a new failure? If it is new it could be interesting to understand why it started. The current tolerance doesn't look too crazy(?) |
It was not random. It failed on another conda-forge PR for PyPy on the Aarch64 + Linux + CPython job. |
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.
Seems weird that it would start failing, but I think we have bigger fish to fry.
The circle ci failure is unrelated and probably transient ("Downloaded bytes did not match Content-Length" for |
Conda-forge is failing with CPython tests, because of the strictness of the
test_linear_regression_sample_weight_consistency
test. Here is an example of a failing test.@jeremiedbb