You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 for np.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.
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 0 < x < 1 which seemed way too loose to me. So, it seems fine to loosen this back up again if it is causing issues on other platforms.
QuLogic
added a commit
to QuLogic/matplotlib
that referenced
this issue
Aug 22, 2022
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: