-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Image comparison errors on Linux 32-bit #6604
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
Can you get access to any of the output? I do not think we regularly test on 32bit linux, but we do test on 32bit windows which pass. The easiest way to work around this would be to add a global flag to the tests to set the error 'floor'. |
Hmm - looking at the log - it seems that there are some differences that are pretty large. I tried doing a minimal install and test into another Docker container, so:
Then:
Where
Log and images at : http://nipy.bic.berkeley.edu/scipy_installers/tmp/ |
The worst tests are specgram:
followed by two date/time things:
and the rest are less than 1. |
I am not surprised about specgram failures, as that is highly sensitive to The others... I don't know why they would be problematic. On Tue, Jun 21, 2016 at 10:32 PM, Elliott Sales de Andrade <
|
Many failures still for 2.0.0b4 build : https://s3.amazonaws.com/archive.travis-ci.org/jobs/158666401/log.txt |
As part of building Fedora packages, I introduced some tolerance for 32-bit builds, e.g., #17800. Tests pass there, so I think there's no need to keep this open. |
I'm testing 32-bit manylinux wheels for matplotlib 2.0.0b1. I'm building with
export MPLLOCALFREETYPE=1
. All the tests are passing on 64-bit:https://s3.amazonaws.com/archive.travis-ci.org/jobs/138543116/log.txt
But - I'm getting lots of small RMS image differences when testing the 32-bit wheel:
https://s3.amazonaws.com/archive.travis-ci.org/jobs/138543118/log.txt
I guess this is due to small differences in freetype results on 32- and 64-bit? Can y'all suggest a good way to work round this?
The text was updated successfully, but these errors were encountered: