-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Random image failures with test_curvelinear4 #10602
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
Also seems to affect AppVeyor, e.g., #10426 failed but then worked on rebuild. |
The Travis output indicates that we should be able to download the result images as a tarball, but I haven't been able to access the given URL. Is there some trick to it? |
In 2 examples, one from Travis and the other from Appveyor, the mismatch is 0.011, but the tolerance is 0.01. My guess is that there has always been something slightly non-deterministic in this test, and whatever it is, it has simply gotten slightly worse. In the spirit of triage, I think we should just bump the tolerance to 0.02 and move on. Tracking down the root cause is probably not the best use of anyone's time right now. |
Yes, when I transferred those examples from the source files into real tests, they were always a bit flaky, and I was always hopeful that things like #10403 will help with it (e.g., I've just noticed that |
This is to stop random test failures with test_curvelinear4.png. It's original tolerance was 0.01; the mismatch is sometimes 0.011. Closes matplotlib#10602.
We are getting frequent but inconsistent failures on Travis:
e.g., https://travis-ci.org/matplotlib/matplotlib/jobs/346056502
The text was updated successfully, but these errors were encountered: