-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
test_Normalize fails on aarch64/ppc64le/s390x #23707
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
Comments
On my (64-bit AMD) system, we have this precision info:
On aarch64, ppc64le, and s390x, it is:
So I guess that But that means the test needs some loosening. However, I'm not sure why the nightly tests precipitated this change, @greglucas. |
I think that the necessary change was above that update and I was updating the area and saw that we were only testing that was between |
Uh oh!
There was an error while loading. Please reload this page.
matplotlib/lib/matplotlib/tests/test_colors.py
Lines 577 to 579 in 4cf54f4
This seems to be a bit too strict now, as it is failing on aarch64, ppc64le, and s390x, where the result is 0.50096339.
Also, on my 64-bit AMD system, which is apparently using
np.float128
fornp.longdouble
(though I don't know if that means 80-bit internally), it seems to return 0.5 exactly, which seems the opposite of the comment.Originally posted by @QuLogic in #21634 (comment)
The text was updated successfully, but these errors were encountered: