Hello,

Just reporting if all is good with the mpl test suite.

>>> import matplotlib
>>> matplotlib.test()
/home/gsever/Desktop/python-repo/matplotlib/lib/matplotlib/axes.py:2377:
UserWarning: Attempting to set identical left==right results
in singular transformations; automatically expanding.
left=730139.0, right=730139.0
  + 'left=%s, right=%s') % (left, right))
======================================================================
ERROR: matplotlib.tests.test_axes.test_pcolormesh
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/nose/case.py", line 183, in runTest
    self.test(*self.arg)
  File
"/home/gsever/Desktop/python-repo/matplotlib/lib/matplotlib/testing/decorators.py",
line 32, in failer
    result = f(*args, **kwargs)
  File
"/home/gsever/Desktop/python-repo/matplotlib/lib/matplotlib/testing/decorators.py",
line 126, in decorated_compare_images
    '(RMS %(rms).3f)'%err)
ImageComparisonFailure: images not close:
/home/gsever/Desktop/result_images/test_axes/pcolormesh.png vs.
/home/gsever/Desktop/result_images/test_axes/expected-pcolormesh.png (RMS
116.512)

----------------------------------------------------------------------
Ran 147 tests in 111.461s

FAILED (KNOWNFAIL=45, errors=1)
False

================================================================================
Platform     :
Linux-2.6.31.9-174.fc12.i686.PAE-i686-with-fedora-12-Constantine
Python       : ('CPython', 'tags/r262', '71600')
Matplotlib   : 1.0.0-rev8624
================================================================================

Interestingly, when I try to run the test suite in IPython v0.10 it stops
without executing the tests:

In[9]: matplotlib.test()
Usage: ipython [options]

ipython: error: no such option: -y
---------------------------------------------------------------------------
SystemExit                                Traceback (most recent call last)
...

-- 
Gökhan
------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to