-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Improving documentation: Tests failing on a osx setup #7234
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
It might be a freetype issue. |
It was a freetype issue. |
There is also an enviromental variable. Some of this is documented at http://matplotlib.org/devdocs/devel/testing.html#building-matplotlib-for-image-comparison-tests (but does not seem to be in the currently built docs). |
I am working on improving the contributors documentation right now to be able to point to one page for new contributors. I've highly inspired myself from the scikit-learn documentation, and a work in progress can be found here: |
Uh oh!
There was an error while loading. Please reload this page.
We've ran into some problems getting the matplotlib environment working fine on linux, and I am not sure this is documented anywhere.
We had a massive number of tests failing, as the tests where not running on the correct freetype issue. The fix was easy:
Our documentation need to be updated to reflect this issue.
Original issue.
On system python2.7.8, on latest master version, with both the macosx and agg backend, @trpham is having a lot of tests failing on images comparisons:
Around 900 tests are failing, but the RMS is always extremely small. Anyone guesses what is going on?
Apart from this, matplotlib seems to be running fine. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: