Re: [Numpy-discussion] Buildbot status

2012-07-08 Thread Chris Ball
Stéfan van der Walt sun.ac.za> writes: ... > I'd like to find out what the current status of continuous integration > is for numpy. I'm aware of: > > a) http://buildbot.scipy.org -- used by Ralf for testing releases? > b) http://travis-ci.org -- connected via GitHub > c) http://184.73.247.160:811

Re: [Numpy-discussion] Option parsing: tox and test-installed-numpy.py

2012-07-08 Thread Nathaniel Smith
On Sun, Jul 8, 2012 at 7:30 PM, Chris Ball wrote: > On Sun, Jul 8, 2012 at 6:52 PM, Nathaniel Smith wrote: >> On Sun, Jul 8, 2012 at 6:44 PM, Chris Ball wrote: >>> Hi, >>> >>> When calling tools/test-installed-numpy.py >>> (https://github.com/numpy/numpy/blob/master/tools/test-installed-numpy.py

Re: [Numpy-discussion] Option parsing: tox and test-installed-numpy.py

2012-07-08 Thread Chris Ball
On Sun, Jul 8, 2012 at 6:52 PM, Nathaniel Smith wrote: > On Sun, Jul 8, 2012 at 6:44 PM, Chris Ball wrote: >> Hi, >> >> When calling tools/test-installed-numpy.py >> (https://github.com/numpy/numpy/blob/master/tools/test-installed-numpy.py), >> I can pass options to nose by supplying those option

Re: [Numpy-discussion] Option parsing: tox and test-installed-numpy.py

2012-07-08 Thread Nathaniel Smith
On Sun, Jul 8, 2012 at 6:44 PM, Chris Ball wrote: > Hi, > > When calling tools/test-installed-numpy.py > (https://github.com/numpy/numpy/blob/master/tools/test-installed-numpy.py), > I can pass options to nose by supplying those options after "--", eg: > $ python tools/test-installed-numpy.py -- -

[Numpy-discussion] Option parsing: tox and test-installed-numpy.py

2012-07-08 Thread Chris Ball
Hi, When calling tools/test-installed-numpy.py (https://github.com/numpy/numpy/blob/master/tools/test-installed-numpy.py), I can pass options to nose by supplying those options after "--", eg: $ python tools/test-installed-numpy.py -- --with-xunit (which passes "--with-xunit" to nose). NumPy's to

Re: [Numpy-discussion] Numpy test failure - How to fix

2012-07-08 Thread Matthew Brett
Hi, On Sun, Jul 8, 2012 at 2:36 AM, Ralf Gommers wrote: > > > On Fri, Jul 6, 2012 at 1:30 PM, McCully, Dwayne (NIH/NLM/LHC) [C] > wrote: >> >> Hope this is the right list to post this problem! I’m getting two errors >> when running a numpy (see below). >> >> Could someone tell me how to fix thi

Re: [Numpy-discussion] Numpy test failure - How to fix

2012-07-08 Thread Ralf Gommers
On Fri, Jul 6, 2012 at 1:30 PM, McCully, Dwayne (NIH/NLM/LHC) [C] < dmccu...@mail.nih.gov> wrote: > Hope this is the right list to post this problem! I’m getting two errors > when running a numpy (see below). > > Could someone tell me how to fix this or if the errors are not a concern. > ***

Re: [Numpy-discussion] "import numpy" performance

2012-07-08 Thread Scott Sinclair
On 6 July 2012 15:48, Andrew Dalke wrote: > I followed the instructions at > http://docs.scipy.org/doc/numpy/dev/gitwash/patching.html > and added Ticket #2181 (with patch) at > http://projects.scipy.org/numpy/ticket/2181 Those instructions need to be updated to reflect the current preferred pr