Re: [matplotlib-devel] Image comparison decorators outside matplotlib

2013-11-07 Thread Eduard Bopp
No, Paul, I haven't really had the time to dig into it myself. I would also appreciate it very much if anyone could provide an explanation, how this works and whether it can be used like this. Eduard On 11/06/2013 07:55 PM, Paul Hobson wrote: > Eduard, > > Did you make any progress on this? I'm

Re: [matplotlib-devel] Image comparison decorators outside matplotlib

2013-11-06 Thread Paul Hobson
Eduard, Did you make any progress on this? I'm trying to do the same thing and it's skipping my tests entirely. -paul On Thu, Oct 10, 2013 at 5:41 AM, Eduard Bopp wrote: > Hello, > > I am developing a toolkit to parse, analyse and plot some scientific > data using matplotlib. Among them are som

[matplotlib-devel] Image comparison decorators outside matplotlib

2013-10-10 Thread Eduard Bopp
Hello, I am developing a toolkit to parse, analyse and plot some scientific data using matplotlib. Among them are some application-specific plotting functions that sort of extend matplotlib. There are these nice image comparison decorators to test code like that but I am not sure how to use them