matplotlib 1.1 latest test fail

Hi,

I have just installed the latest Numpy-1.6, Scipy-0.10 and
matplotlib-1.1 from github on my ubuntu 11.04 i386 laptop.
numpy and scipy tests pass, but matplotlib tests fail with two errors.
Attaching the related files..

What could be wrong?

mpl_fail.tar.xz (127 KB)

Thanks for the heads-up. Looking through the results, there shouldn’t be any concern on your part.

I can not see any immediately obvious difference for the imshow failure. It is likely a off-by-one-pixel error or some sort of “snapping” issue.

As for the polar-wrap failure, it appears that we accidentially saved a bad image into the test suite. The “expected” image shows an outline around the plot points, but your image does not. This was a bug that cropped up and was later fixed. I guess we have to replace that image.

Cheers!
Ben Root

···

On Tue, Jan 31, 2012 at 2:01 PM, Serhat Sevki Dincer <jfcgauss@…287…> wrote:

Hi,

I have just installed the latest Numpy-1.6, Scipy-0.10 and

matplotlib-1.1 from github on my ubuntu 11.04 i386 laptop.

numpy and scipy tests pass, but matplotlib tests fail with two errors.

Attaching the related files…

What could be wrong?