From Fedora Project Wiki
(Created page with "== matplotlib == === matplotlib-1.4.2 from copr === ==== python 2 ==== <pre> ====================================================================== FAIL: matplotlib.tests.tes...")
 
 
(2 intermediate revisions by the same user not shown)
Line 17: Line 17:


----------------------------------------------------------------------
----------------------------------------------------------------------
Ran 4748 tests in 692.330s
Ran 4748 tests in 677.001s


FAILED (KNOWNFAIL=10, SKIP=1, failures=1)
FAILED (KNOWNFAIL=10, SKIP=1, failures=1)
Line 29: Line 29:
[GCC 4.9.2 20141101 (Red Hat 4.9.2-1)]
[GCC 4.9.2 20141101 (Red Hat 4.9.2-1)]
1.4.2
1.4.2
python -c  599.01s user 88.53s system 101% cpu 11:18.95 total
</pre>
</pre>


Line 34: Line 35:
<pre>
<pre>
======================================================================
======================================================================
ERROR: Failure: KeyError (u'test_axes_grid1')
FAIL: matplotlib.tests.test_simplification.test_throw_rendering_complexity_exceeded
----------------------------------------------------------------------
----------------------------------------------------------------------
Traceback (most recent call last):
Traceback (most recent call last):
   File "/usr/lib/python2.7/site-packages/nose/loader.py", line 284, in generate
   File "/usr/lib/python3.4/site-packages/nose/case.py", line 198, in runTest
    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)
     self.test(*self.arg)
   File "/usr/lib64/python2.7/site-packages/matplotlib/testing/decorators.py", line 51, in failer
   File "/usr/lib64/python3.4/site-packages/matplotlib/testing/decorators.py", line 110, in wrapped_function
     result = f(*args, **kwargs)
     func(*args, **kwargs)
   File "/usr/lib64/python2.7/site-packages/matplotlib/testing/decorators.py", line 196, in do_test
   File "/usr/lib/python3.4/site-packages/nose/tools/nontrivial.py", line 67, in newfunc
     '(RMS %(rms).3f)'%err)
     raise AssertionError(message)
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)
AssertionError: test_throw_rendering_complexity_exceeded() did not raise OverflowError


======================================================================
FAIL: matplotlib.tests.test_backend_pgf.test_pdflatex
----------------------------------------------------------------------
----------------------------------------------------------------------
Traceback (most recent call last):
Ran 4748 tests in 709.886s
  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


======================================================================
FAILED (KNOWNFAIL=10, SKIP=1, failures=1)
FAIL: matplotlib.tests.test_backend_pgf.test_rcupdate
/usr/lib64/python3.4/site-packages/matplotlib/__init__.py:1314: UserWarning:  This call to matplotlib.use() has no effect
----------------------------------------------------------------------
because the backend has already been chosen;
Traceback (most recent call last):
matplotlib.use() must be called *before* pylab, matplotlib.pyplot,
  File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
or matplotlib.backends is imported for the first time.
    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


======================================================================
  warnings.warn(_use_error_msg)
FAIL: matplotlib.tests.test_collections.test_regularpolycollection_rotate.test
3.4.1 (default, Nov  3 2014, 14:38:10)
----------------------------------------------------------------------
[GCC 4.9.1 20140930 (Red Hat 4.9.1-11)]
Traceback (most recent call last):
1.4.2
  File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
sys:1: ResourceWarning: unclosed file <_io.BufferedReader name=16>
    self.test(*self.arg)
/usr/lib64/python3.4/importlib/_bootstrap.py:2150: ImportWarning: sys.meta_path is empty
  File "/usr/lib64/python2.7/site-packages/matplotlib/testing/decorators.py", line 51, in failer
python3 -c  645.23s user 75.79s system 101% cpu 11:52.16 total
    result = f(*args, **kwargs)
</pre>
  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)


=== python-matplotlib-1.3.1-7.fc21.x86_64 ===
==== python 2 ====
<pre>
======================================================================
======================================================================
FAIL: matplotlib.tests.test_image.test_rasterize_dpi.test
FAIL: matplotlib.tests.test_simplification.test_throw_rendering_complexity_exceeded.test
----------------------------------------------------------------------
----------------------------------------------------------------------
Traceback (most recent call last):
Traceback (most recent call last):
   File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
   File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
     self.test(*self.arg)
     self.test(*self.arg)
   File "/usr/lib64/python2.7/site-packages/matplotlib/testing/decorators.py", line 51, in failer
   File "/usr/lib64/python2.7/site-packages/matplotlib/testing/decorators.py", line 73, in test
    result = f(*args, **kwargs)
     self._func()
  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
   File "/usr/lib/python2.7/site-packages/nose/tools/nontrivial.py", line 67, in newfunc
     raise AssertionError(message)
     raise AssertionError(message)
AssertionError: test_throw_rendering_complexity_exceeded() did not raise OverflowError
AssertionError: test_throw_rendering_complexity_exceeded() did not raise OverflowError


======================================================================
FAIL: mpl_toolkits.tests.test_mplot3d.test_mixedsubplots.test
----------------------------------------------------------------------
----------------------------------------------------------------------
Traceback (most recent call last):
Ran 1465 tests in 1236.683s
  File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
 
    self.test(*self.arg)
FAILED (KNOWNFAIL=1, SKIP=1, failures=1)
  File "/usr/lib64/python2.7/site-packages/matplotlib/testing/decorators.py", line 51, in failer
/usr/lib64/python2.7/site-packages/matplotlib/__init__.py:1173: UserWarning:  This call to matplotlib.use() has no effect
    result = f(*args, **kwargs)
because the backend has already been chosen;
  File "/usr/lib64/python2.7/site-packages/matplotlib/testing/decorators.py", line 196, in do_test
matplotlib.use() must be called *before* pylab, matplotlib.pyplot,
    '(RMS %(rms).3f)'%err)
or matplotlib.backends is imported for the first time.
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)
 
  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.3.1
python -c  1010.76s user 244.54s system 101% cpu 20:40.94 total
</pre>


==== python 3 ====
<pre>
======================================================================
======================================================================
FAIL: mpl_toolkits.tests.test_mplot3d.test_surface3d.test
FAIL: matplotlib.tests.test_simplification.test_throw_rendering_complexity_exceeded.test
----------------------------------------------------------------------
----------------------------------------------------------------------
Traceback (most recent call last):
Traceback (most recent call last):
   File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
   File "/usr/lib/python3.4/site-packages/nose/case.py", line 198, in runTest
     self.test(*self.arg)
     self.test(*self.arg)
   File "/usr/lib64/python2.7/site-packages/matplotlib/testing/decorators.py", line 51, in failer
   File "/usr/lib64/python3.4/site-packages/matplotlib/testing/decorators.py", line 73, in test
     result = f(*args, **kwargs)
     self._func()
   File "/usr/lib64/python2.7/site-packages/matplotlib/testing/decorators.py", line 196, in do_test
   File "/usr/lib/python3.4/site-packages/nose/tools/nontrivial.py", line 67, in newfunc
     '(RMS %(rms).3f)'%err)
     raise AssertionError(message)
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)
AssertionError: test_throw_rendering_complexity_exceeded() did not raise OverflowError


----------------------------------------------------------------------
----------------------------------------------------------------------
Ran 4746 tests in 705.797s
Ran 1465 tests in 914.572s


FAILED (KNOWNFAIL=10, SKIP=1, errors=1, failures=9)
FAILED (KNOWNFAIL=1, SKIP=1, failures=2)
/usr/lib64/python2.7/site-packages/matplotlib/__init__.py:1314: UserWarning:  This call to matplotlib.use() has no effect
/usr/lib64/python3.4/site-packages/matplotlib/__init__.py:1175: UserWarning:  This call to matplotlib.use() has no effect
because the backend has already been chosen;
because the backend has already been chosen;
matplotlib.use() must be called *before* pylab, matplotlib.pyplot,
matplotlib.use() must be called *before* pylab, matplotlib.pyplot,
Line 169: Line 119:


   warnings.warn(_use_error_msg)
   warnings.warn(_use_error_msg)
2.7.8 (default, Nov 10 2014, 08:19:18)  
3.4.1 (default, Nov 3 2014, 14:38:10)  
[GCC 4.9.2 20141101 (Red Hat 4.9.2-1)]
[GCC 4.9.1 20140930 (Red Hat 4.9.1-11)]
1.4.2
1.3.1
sys:1: ResourceWarning: unclosed file <_io.BufferedReader name=8>
/usr/lib64/python3.4/importlib/_bootstrap.py:2150: ImportWarning: sys.meta_path is empty
python3 -c  821.06s user 106.01s system 100% cpu 15:19.25 total
</pre>
</pre>

Latest revision as of 22:23, 21 January 2015

matplotlib

matplotlib-1.4.2 from copr

python 2

======================================================================
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

----------------------------------------------------------------------
Ran 4748 tests in 677.001s

FAILED (KNOWNFAIL=10, SKIP=1, failures=1)
/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
python -c   599.01s user 88.53s system 101% cpu 11:18.95 total

python 3

======================================================================
FAIL: matplotlib.tests.test_simplification.test_throw_rendering_complexity_exceeded
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.4/site-packages/nose/case.py", line 198, in runTest
    self.test(*self.arg)
  File "/usr/lib64/python3.4/site-packages/matplotlib/testing/decorators.py", line 110, in wrapped_function
    func(*args, **kwargs)
  File "/usr/lib/python3.4/site-packages/nose/tools/nontrivial.py", line 67, in newfunc
    raise AssertionError(message)
AssertionError: test_throw_rendering_complexity_exceeded() did not raise OverflowError

----------------------------------------------------------------------
Ran 4748 tests in 709.886s

FAILED (KNOWNFAIL=10, SKIP=1, failures=1)
/usr/lib64/python3.4/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)
3.4.1 (default, Nov  3 2014, 14:38:10) 
[GCC 4.9.1 20140930 (Red Hat 4.9.1-11)]
1.4.2
sys:1: ResourceWarning: unclosed file <_io.BufferedReader name=16>
/usr/lib64/python3.4/importlib/_bootstrap.py:2150: ImportWarning: sys.meta_path is empty
python3 -c   645.23s user 75.79s system 101% cpu 11:52.16 total

python-matplotlib-1.3.1-7.fc21.x86_64

python 2

======================================================================
FAIL: matplotlib.tests.test_simplification.test_throw_rendering_complexity_exceeded.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 73, in test
    self._func()
  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

----------------------------------------------------------------------
Ran 1465 tests in 1236.683s

FAILED (KNOWNFAIL=1, SKIP=1, failures=1)
/usr/lib64/python2.7/site-packages/matplotlib/__init__.py:1173: 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.3.1
python -c   1010.76s user 244.54s system 101% cpu 20:40.94 total

python 3

======================================================================
FAIL: matplotlib.tests.test_simplification.test_throw_rendering_complexity_exceeded.test
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.4/site-packages/nose/case.py", line 198, in runTest
    self.test(*self.arg)
  File "/usr/lib64/python3.4/site-packages/matplotlib/testing/decorators.py", line 73, in test
    self._func()
  File "/usr/lib/python3.4/site-packages/nose/tools/nontrivial.py", line 67, in newfunc
    raise AssertionError(message)
AssertionError: test_throw_rendering_complexity_exceeded() did not raise OverflowError

----------------------------------------------------------------------
Ran 1465 tests in 914.572s

FAILED (KNOWNFAIL=1, SKIP=1, failures=2)
/usr/lib64/python3.4/site-packages/matplotlib/__init__.py:1175: 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)
3.4.1 (default, Nov  3 2014, 14:38:10) 
[GCC 4.9.1 20140930 (Red Hat 4.9.1-11)]
1.3.1
sys:1: ResourceWarning: unclosed file <_io.BufferedReader name=8>
/usr/lib64/python3.4/importlib/_bootstrap.py:2150: ImportWarning: sys.meta_path is empty
python3 -c   821.06s user 106.01s system 100% cpu 15:19.25 total