Re: [matplotlib-devel] Test failure testing binary installer - any clues?

2013-10-21 Thread Michael Droettboom
On 10/19/2013 04:24 PM, Matthew Brett wrote: > Hi, > > On Fri, Oct 18, 2013 at 4:47 AM, Michael Droettboom wrote: >> On 10/18/2013 02:11 AM, Matthew Brett wrote: >>> Hi, >>> >>> I'm testing the binary installer build: >>> >>> https://travis-ci.org/matthew-brett/mpl-osx-binaries/builds/12703220 >>>

Re: [matplotlib-devel] Test failure testing binary installer - any clues?

2013-10-19 Thread Matthew Brett
Hi, On Fri, Oct 18, 2013 at 4:47 AM, Michael Droettboom wrote: > On 10/18/2013 02:11 AM, Matthew Brett wrote: >> Hi, >> >> I'm testing the binary installer build: >> >> https://travis-ci.org/matthew-brett/mpl-osx-binaries/builds/12703220 >> >> and I'm getting a test failure on Python 3.3 (not Pyt

Re: [matplotlib-devel] Test failure testing binary installer - any clues?

2013-10-18 Thread Michael Droettboom
On 10/18/2013 02:11 AM, Matthew Brett wrote: > Hi, > > I'm testing the binary installer build: > > https://travis-ci.org/matthew-brett/mpl-osx-binaries/builds/12703220 > > and I'm getting a test failure on Python 3.3 (not Python 2.7): > >

[matplotlib-devel] Test failure testing binary installer - any clues?

2013-10-17 Thread Matthew Brett
Hi, I'm testing the binary installer build: https://travis-ci.org/matthew-brett/mpl-osx-binaries/builds/12703220 and I'm getting a test failure on Python 3.3 (not Python 2.7): == FAIL: matplotlib.tests.test_lines.test_invisible

Re: [matplotlib-devel] Test Failure: AttributeError: incompatible shape for a non-contiguous array

2012-10-29 Thread Patrick Marsh
Just a follow up for historical sake: This is a bug in numpy and was introduced in this commit: https://github.com/numpy/numpy/commit/c48156dfdc408f0a1e59ef54ac490cccbd6b8d73 I've filed a ticket with Numpy and those interested can follow up here: https://github.com/numpy/numpy/issues/2700 PTM

Re: [matplotlib-devel] Test Failure: AttributeError: incompatible shape for a non-contiguous array

2012-10-29 Thread Benjamin Root
On Mon, Oct 29, 2012 at 9:16 AM, Benjamin Root wrote: > > > On Mon, Oct 29, 2012 at 1:51 AM, Patrick Marsh > wrote: > >> Greetings, >> >> I've banged my head against this problem for 2 days and have given up on >> figuring it out on my own… >> >> After updating numpy and matplotlib to the latest

Re: [matplotlib-devel] Test Failure: AttributeError: incompatible shape for a non-contiguous array

2012-10-29 Thread Benjamin Root
On Mon, Oct 29, 2012 at 1:51 AM, Patrick Marsh wrote: > Greetings, > > I've banged my head against this problem for 2 days and have given up on > figuring it out on my own… > > After updating numpy and matplotlib to the latest versions from github > Saturday morning, I keep getting "AttributeError

[matplotlib-devel] Test Failure: AttributeError: incompatible shape for a non-contiguous array

2012-10-28 Thread Patrick Marsh
Greetings, I've banged my head against this problem for 2 days and have given up on figuring it out on my own… After updating numpy and matplotlib to the latest versions from github Saturday morning, I keep getting "AttributeError: incompatible shape for a non-contiguous array" errors all over th

Re: [matplotlib-devel] test images update

2012-03-20 Thread Michael Droettboom
Have a look at #779. Can you let me know if this resolves the tests for you? https://github.com/matplotlib/matplotlib/pull/779 Mike On 03/20/2012 09:48 AM, Michael Droettboom wrote: I've mainly done this using a thumbnailing tool like gthumb on one side of the screen and a console to copy fi

Re: [matplotlib-devel] test images update

2012-03-20 Thread Michael Droettboom
I've mainly done this using a thumbnailing tool like gthumb on one side of the screen and a console to copy files on the other. Since the diff images are already generated, it's generally not so bad. I'm going to try to get all tests passing before the release if possible. Wish me luck. :)

[matplotlib-devel] test images update

2012-03-14 Thread Benjamin Root
So, I just tried running the test suite on matplotlib and it came back with 70+ failures. I personally don't have the time or the focus to go through them all, but I suspect most if not all are related to some "snapping" fixes as most of the diff images seem to be related to changes in the graph b

Re: [matplotlib-devel] Test invitation: activate figure windows for non-interactive macosx backend

2012-01-13 Thread Tony Yu
On Fri, Jan 13, 2012 at 6:32 PM, Gellule Xg wrote: > On 1/13/12 12:53 , Tony Yu wrote: > >> >> On Thu, Jan 12, 2012 at 1:37 PM, Gellule Xg > > wrote: >> >>If you are a macosx backend user, you are welcomed to test the >> following >>branch: >> https://github.co

Re: [matplotlib-devel] Test invitation: activate figure windows for non-interactive macosx backend

2012-01-13 Thread Gellule Xg
On 1/13/12 12:53 , Tony Yu wrote: > > On Thu, Jan 12, 2012 at 1:37 PM, Gellule Xg > wrote: > > If you are a macosx backend user, you are welcomed to test the following > branch: https://github.com/gellule/matplotlib. With the branch, when > issuing a pylab.sh

Re: [matplotlib-devel] Test invitation: activate figure windows for non-interactive macosx backend

2012-01-13 Thread Tony Yu
On Thu, Jan 12, 2012 at 1:37 PM, Gellule Xg wrote: > If you are a macosx backend user, you are welcomed to test the following > branch: https://github.com/gellule/matplotlib. With the branch, when > issuing a pylab.show() in non-interactive mode, the plot windows should > appear in the foreground

[matplotlib-devel] Test invitation: activate figure windows for non-interactive macosx backend

2012-01-12 Thread Gellule Xg
If you are a macosx backend user, you are welcomed to test the following branch: https://github.com/gellule/matplotlib. With the branch, when issuing a pylab.show() in non-interactive mode, the plot windows should appear in the foreground with focus, instead of appearing in the background. It s

Re: [matplotlib-devel] Test example from HTML 5 Canvas Backend

2011-01-18 Thread Simon Ratcliffe
Hey, The test_rendered.html file probably should have been removed from the release version. The idea behind this was to compare a PNG of the browser rendered HTML5 plot with the standard PNG backend. (So users without HTML5 support could see how the plugin performed). These rendered PNG's are ge

[matplotlib-devel] Test example from HTML 5 Canvas Backend

2011-01-14 Thread Akad Demo
Hello, I run the test.py example from the folder mplh5canvas/test. This example generated in the output folder 2 html pages (test.html and test_rendered.html) and also 2 images (filename.png and filename.svg). The test.html page is displayed ok, but when I open the test_rendered.html page the imag

[matplotlib-devel] Test

2009-02-18 Thread Nils Wagner
python -i svn/matplotlib/test/run-mpl-test.py ... == FAIL: Test numpy shaped data. -- Traceback (most recent call last): File "/home/nwagner/svn/matplotlib/t

Re: [matplotlib-devel] Test

2008-06-13 Thread Ryan May
David Moore wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Ryan May wrote: >> Test. Please disregard. >> >> Ryan >> >> -- >> Ryan May >> Graduate Research Assistant >> School of Meteorology >> University of Oklahoma >> > Hi Ryan, > > Gmail never shows you your own emails. Your ema

Re: [matplotlib-devel] Test

2008-06-12 Thread David Moore
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ryan May wrote: > Test. Please disregard. > > Ryan > > -- > Ryan May > Graduate Research Assistant > School of Meteorology > University of Oklahoma > Hi Ryan, Gmail never shows you your own emails. Your emails are getting to the list. HTH, Dave

[matplotlib-devel] Test

2008-06-12 Thread Ryan May
Test. Please disregard. Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about an

[matplotlib-devel] test

2008-06-12 Thread Ryan May
Test. Ignore. Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Op

[matplotlib-devel] test

2008-06-12 Thread Ryan May
Test. Ignore. Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Op