Closed
Description
I am getting only one test failure for both Python 2.7.11 and 3.5.1 on Arch. Hope this helps :)
======================================================================
FAIL: matplotlib.tests.test_image.test_rasterize_dpi.test
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/build/python-matplotlib/src/matplotlib-1.5.1-py2/build/lib.linux-x86_64-2.7/matplotlib/testing/decorators.py", line 53, in failer
result = f(*args, **kwargs)
File "/build/python-matplotlib/src/matplotlib-1.5.1-py2/build/lib.linux-x86_64-2.7/matplotlib/testing/decorators.py", line 220, in do_test
'(RMS %(rms).3f)'%err)
ImageComparisonFailure: images not close: /build/python-matplotlib/src/tmp_test_dir/result_images/test_image/rasterize_10dpi_svg.png vs. /build/python-matplotlib/src/tmp_test_dir/result_images/test_image/rasterize_10dpi-expected_svg.png (RMS 5.661)
----------------------------------------------------------------------
Ran 5165 tests in 136.270s
FAILED (KNOWNFAIL=18, SKIP=1, failures=1)
Shape of x does not match that of z: found (9, 9) instead of (9, 10).