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
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
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
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 -- -
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
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
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.
> ***
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