From: RuiDC <ru...@ya...> - 2012-06-11 13:41:03
|
Testing looks good only two known fails for me against the rc2 binaries that I spotted on SF on both Windows7 amd64 and Windows XP x86_32 (both Python 2.7.3). The only thing out of the ordinary for me is the following on both: matplotlib.tests.test_axes.test_markevery_line.test ... ok C:\Python27\lib\site-packages\matplotlib\lines.py:461: RuntimeWarning: invalid value encountered in greater_equal return np.alltrue(x[1:]-x[0:-1]>=0) matplotlib.tests.test_axes.test_nonfinite_limits.test ... ok I'd seen this on Sandro Tosi's output on this ML, is this a known numpy issue? (using the Christoph Gohlke 1.6.2 MKL binaries) Thanks, RuiDC -- View this message in context: http://old.nabble.com/v1.1.1rc2-tarballs-are-up-tp33987325p33993195.html Sent from the matplotlib - devel mailing list archive at Nabble.com. |