|
|
Line 32: |
Line 32: |
|
| |
|
| ==== python 3 ==== | | ==== python 3 ==== |
| <pre>
| | ??? |
| ======================================================================
| |
| ERROR: Failure: KeyError (u'test_axes_grid1')
| |
| ----------------------------------------------------------------------
| |
| Traceback (most recent call last):
| |
| File "/usr/lib/python2.7/site-packages/nose/loader.py", line 284, in generate
| |
| for test in g():
| |
| File "/usr/lib64/python2.7/site-packages/matplotlib/testing/decorators.py", line 152, in test
| |
| baseline_dir, result_dir = _image_directories(self._func)
| |
| File "/usr/lib64/python2.7/site-packages/matplotlib/testing/decorators.py", line 322, in _image_directories
| |
| mod_file = find_dotted_module(func.__module__)[1]
| |
| File "/usr/lib64/python2.7/site-packages/matplotlib/testing/decorators.py", line 318, in find_dotted_module
| |
| path = sys.modules[sub_mod].__path__
| |
| KeyError: u'test_axes_grid1'
| |
| | |
| ======================================================================
| |
| FAIL: matplotlib.tests.test_axes.test_pcolormesh.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 "/usr/lib64/python2.7/site-packages/matplotlib/testing/decorators.py", line 51, in failer
| |
| result = f(*args, **kwargs)
| |
| File "/usr/lib64/python2.7/site-packages/matplotlib/testing/decorators.py", line 196, in do_test
| |
| '(RMS %(rms).3f)'%err)
| |
| ImageComparisonFailure: images not close: /home/zbyszek/python/matplotlib/result_images/test_axes/pcolormesh.png vs. /home/zbyszek/python/matplotlib/result_images/test_axes/pcolormesh-expected.png (RMS 25.095)
| |
| | |
| ======================================================================
| |
| FAIL: matplotlib.tests.test_backend_pgf.test_pdflatex
| |
| ----------------------------------------------------------------------
| |
| Traceback (most recent call last):
| |
| File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
| |
| self.test(*self.arg)
| |
| File "/usr/lib64/python2.7/site-packages/matplotlib/tests/test_backend_pgf.py", line 52, in backend_switcher
| |
| result = func(*args, **kwargs)
| |
| File "/usr/lib64/python2.7/site-packages/matplotlib/tests/test_backend_pgf.py", line 113, in test_pdflatex
| |
| compare_figure('pgf_pdflatex.pdf')
| |
| File "/usr/lib64/python2.7/site-packages/matplotlib/tests/test_backend_pgf.py", line 70, in compare_figure
| |
| '%s' % (actual, expected))
| |
| ImageComparisonFailure: images not close: /home/zbyszek/python/matplotlib/result_images/test_backend_pgf/pgf_pdflatex.pdf vs. /home/zbyszek/python/matplotlib/result_images/test_backend_pgf/expected_pgf_pdflatex.pdf
| |
| | |
| ======================================================================
| |
| FAIL: matplotlib.tests.test_backend_pgf.test_rcupdate
| |
| ----------------------------------------------------------------------
| |
| Traceback (most recent call last):
| |
| File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
| |
| self.test(*self.arg)
| |
| File "/usr/lib64/python2.7/site-packages/matplotlib/tests/test_backend_pgf.py", line 52, in backend_switcher
| |
| result = func(*args, **kwargs)
| |
| File "/usr/lib64/python2.7/site-packages/matplotlib/tests/test_backend_pgf.py", line 142, in test_rcupdate
| |
| compare_figure('pgf_rcupdate%d.pdf' % (i + 1))
| |
| File "/usr/lib64/python2.7/site-packages/matplotlib/tests/test_backend_pgf.py", line 70, in compare_figure
| |
| '%s' % (actual, expected))
| |
| ImageComparisonFailure: images not close: /home/zbyszek/python/matplotlib/result_images/test_backend_pgf/pgf_rcupdate1.pdf vs. /home/zbyszek/python/matplotlib/result_images/test_backend_pgf/expected_pgf_rcupdate1.pdf
| |
| | |
| ======================================================================
| |
| FAIL: matplotlib.tests.test_collections.test_regularpolycollection_rotate.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 "/usr/lib64/python2.7/site-packages/matplotlib/testing/decorators.py", line 51, in failer
| |
| result = f(*args, **kwargs)
| |
| File "/usr/lib64/python2.7/site-packages/matplotlib/testing/decorators.py", line 196, in do_test
| |
| '(RMS %(rms).3f)'%err)
| |
| ImageComparisonFailure: images not close: /home/zbyszek/python/matplotlib/result_images/test_collections/regularpolycollection_rotate.png vs. /home/zbyszek/python/matplotlib/result_images/test_collections/regularpolycollection_rotate-expected.png (RMS 54.618)
| |
| | |
| ======================================================================
| |
| 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 "/usr/lib64/python2.7/site-packages/matplotlib/testing/decorators.py", line 51, in failer
| |
| result = f(*args, **kwargs)
| |
| File "/usr/lib64/python2.7/site-packages/matplotlib/testing/decorators.py", line 196, in do_test
| |
| '(RMS %(rms).3f)'%err)
| |
| ImageComparisonFailure: images not close: /home/zbyszek/python/matplotlib/result_images/test_image/rasterize_10dpi_pdf.png vs. /home/zbyszek/python/matplotlib/result_images/test_image/rasterize_10dpi-expected_pdf.png (RMS 20.960)
| |
| | |
| ======================================================================
| |
| 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 "/usr/lib64/python2.7/site-packages/matplotlib/testing/decorators.py", line 51, in failer
| |
| result = f(*args, **kwargs)
| |
| File "/usr/lib64/python2.7/site-packages/matplotlib/testing/decorators.py", line 196, in do_test
| |
| '(RMS %(rms).3f)'%err)
| |
| ImageComparisonFailure: images not close: /home/zbyszek/python/matplotlib/result_images/test_image/rasterize_10dpi_svg.png vs. /home/zbyszek/python/matplotlib/result_images/test_image/rasterize_10dpi-expected_svg.png (RMS 20.260)
| |
| | |
| ======================================================================
| |
| FAIL: matplotlib.tests.test_simplification.test_throw_rendering_complexity_exceeded
| |
| ----------------------------------------------------------------------
| |
| Traceback (most recent call last):
| |
| File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
| |
| self.test(*self.arg)
| |
| File "/usr/lib64/python2.7/site-packages/matplotlib/testing/decorators.py", line 110, in wrapped_function
| |
| func(*args, **kwargs)
| |
| File "/usr/lib/python2.7/site-packages/nose/tools/nontrivial.py", line 67, in newfunc
| |
| raise AssertionError(message)
| |
| AssertionError: test_throw_rendering_complexity_exceeded() did not raise OverflowError
| |
| | |
| ======================================================================
| |
| FAIL: mpl_toolkits.tests.test_mplot3d.test_mixedsubplots.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 "/usr/lib64/python2.7/site-packages/matplotlib/testing/decorators.py", line 51, in failer
| |
| result = f(*args, **kwargs)
| |
| File "/usr/lib64/python2.7/site-packages/matplotlib/testing/decorators.py", line 196, in do_test
| |
| '(RMS %(rms).3f)'%err)
| |
| ImageComparisonFailure: images not close: /home/zbyszek/python/matplotlib/result_images/test_mplot3d/mixedsubplot_pdf.png vs. /home/zbyszek/python/matplotlib/result_images/test_mplot3d/mixedsubplot-expected_pdf.png (RMS 22.477)
| |
| | |
| ======================================================================
| |
| FAIL: mpl_toolkits.tests.test_mplot3d.test_surface3d.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 "/usr/lib64/python2.7/site-packages/matplotlib/testing/decorators.py", line 51, in failer
| |
| result = f(*args, **kwargs)
| |
| File "/usr/lib64/python2.7/site-packages/matplotlib/testing/decorators.py", line 196, in do_test
| |
| '(RMS %(rms).3f)'%err)
| |
| ImageComparisonFailure: images not close: /home/zbyszek/python/matplotlib/result_images/test_mplot3d/surface3d_pdf.png vs. /home/zbyszek/python/matplotlib/result_images/test_mplot3d/surface3d-expected_pdf.png (RMS 37.681)
| |
| | |
| ----------------------------------------------------------------------
| |
| Ran 4746 tests in 705.797s
| |
| | |
| FAILED (KNOWNFAIL=10, SKIP=1, errors=1, failures=9)
| |
| /usr/lib64/python2.7/site-packages/matplotlib/__init__.py:1314: UserWarning: This call to matplotlib.use() has no effect
| |
| because the backend has already been chosen;
| |
| matplotlib.use() must be called *before* pylab, matplotlib.pyplot,
| |
| or matplotlib.backends is imported for the first time.
| |
| | |
| warnings.warn(_use_error_msg)
| |
| 2.7.8 (default, Nov 10 2014, 08:19:18)
| |
| [GCC 4.9.2 20141101 (Red Hat 4.9.2-1)]
| |
| 1.4.2
| |
| </pre>
| |