Re: [Numpy-discussion] import numpy performance

2012-07-08 Thread Scott Sinclair
On 6 July 2012 15:48, Andrew Dalke da...@dalkescientific.com 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

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] Numpy test failure - How to fix

2012-07-08 Thread Matthew Brett
Hi, On Sun, Jul 8, 2012 at 2:36 AM, Ralf Gommers ralf.gomm...@googlemail.com wrote: 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).

[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

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 s0454...@sms.ed.ac.uk 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

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 n...@pobox.com wrote: On Sun, Jul 8, 2012 at 6:44 PM, Chris Ball s0454...@sms.ed.ac.uk 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

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 s0454...@sms.ed.ac.uk wrote: On Sun, Jul 8, 2012 at 6:52 PM, Nathaniel Smith n...@pobox.com wrote: On Sun, Jul 8, 2012 at 6:44 PM, Chris Ball s0454...@sms.ed.ac.uk wrote: Hi, When calling tools/test-installed-numpy.py

Re: [Numpy-discussion] Buildbot status

2012-07-08 Thread Chris Ball
Stéfan van der Walt stefan at 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)