Andrew Straw writes:
> This test function is a generator that nose will then generate two test
> cases out of. So, perhaps the image_comparison decorator could be
> changed to become a generator? I'm not 100% sure it will work, but I
> don't see why it won't. If it does work, I think this is a go
Andrew Straw wrote:
> David Cournapeau wrote:
>
>> I have a question about git as well, actually - I could not update the
>> svn metadata, unfortunately, by using git-svn rebase -l (I used your
>> branch on github and the instructions on matplotlib website). It gives
>> me an awful lot of mergin
Thank you for reporting.
I guess this was a simple oversight.
This should be fixed in the maint. branch and the trunk.
Meanwhile, you may manually set the remove method.
im = ax.imshow(...)
im._remove_method = lambda a: ax.images.remove(a)
Regards,
-JJ
On Thu, Oct 1, 2009 at 3:56 AM, Martin T
Andrew Straw wrote:
> Andrew Straw wrote:
>
>> David Cournapeau wrote:
>>
>>
>>> I have a question about git as well, actually - I could not update the
>>> svn metadata, unfortunately, by using git-svn rebase -l (I used your
>>> branch on github and the instructions on matplotlib website
David Cournapeau wrote:
> Andrew Straw wrote:
>
>> Andrew Straw wrote:
>>
>>
>>> David Cournapeau wrote:
>>>
>>>
>>>
I have a question about git as well, actually - I could not update the
svn metadata, unfortunately, by using git-svn rebase -l (I used your
b