Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
TST: Increase fp tolerances for some images#22132
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This reverts commit24d9f37.
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.
I prefer this to a bunch of compiler flags. But I'm not expert on what is "correct"
This is for floating point errors that crept in withAVX512 instruction sets on some CI architectures.
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.
Anyone can merge on CI green.
…132-on-v3.5.xBackport PR#22132 on branch v3.5.x (TST: Increase fp tolerances for some images)
This is similar tomatplotlib#22132 in that NumPy has added more code paths thatnow take advantage of AVX512 optimizations and causes slight variationsin results.Fixesmatplotlib#24060
PR Summary
This reverts PR#22099 and instead bumps the tolerances of some of the image tests. This is due to the AVX512 instruction set being used on some CI runners.
PR Checklist
Tests and Styling
pytest
passes).flake8-docstrings
and runflake8 --docstring-convention=all
).Documentation
doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).