[matplotlib-devel] Memory leak with rasterized pcolormesh and savefig

2010-04-27 Thread Eric Bruning
Hi all, I've come across a memory leak when saving multiple figures in a row. The figure contains a single pcolormesh artist, which I need to rasterize in my application. However, turning on rasterization causes a memory leak.The attached script reproduces the problem; swap out the commented secti

Re: [matplotlib-devel] Regression tests failing?

2010-04-27 Thread Michael Droettboom
I made a small change to the test harness so that the tolerance can be set on a per-test basis. I increased the tolerance for the figimage test so it passes on my machine. Cheers, Mike Michael Droettboom wrote: > Jouni K. Seppänen wrote: > >> The following message is a courtesy copy of an a

Re: [matplotlib-devel] Regression tests failing?

2010-04-27 Thread Michael Droettboom
Jouni K. Seppänen wrote: > The following message is a courtesy copy of an article > that has been posted to gmane.comp.python.matplotlib.devel as well. > > Jouni K. Seppänen writes: > > >>> It looks like Jouni wrote that test... Jouni: could you verify that the >>> difference isn't significan

Re: [matplotlib-devel] Regression tests failing?

2010-04-27 Thread Jouni K . Seppänen
Jouni K. Seppänen writes: >> It looks like Jouni wrote that test... Jouni: could you verify that the >> difference isn't significant? If it's not, we can just create a new >> baseline image. > > I can't replicate the problem: for me "nosetests > matplotlib.tests.test_image:test_figimage" pass

Re: [matplotlib-devel] Regression tests failing?

2010-04-27 Thread Jouni K . Seppänen
Michael Droettboom writes: > Thanks, Eric. I can confirm the failure on figimage, but with the same > seemingly miniscule difference. > > It looks like Jouni wrote that test... Jouni: could you verify that the > difference isn't significant? If it's not, we can just create a new > baseline

Re: [matplotlib-devel] Regression tests failing?

2010-04-27 Thread Michael Droettboom
Thanks, Eric. I can confirm the failure on figimage, but with the same seemingly miniscule difference. It looks like Jouni wrote that test... Jouni: could you verify that the difference isn't significant? If it's not, we can just create a new baseline image. Mike Eric Firing wrote: > Micha