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