Re: [Numpy-discussion] numpy tests errors and failures

2013-06-01 Thread Warren Weckesser
On Sat, Jun 1, 2013 at 8:56 PM, Warren Weckesser wrote: > > > > On Sat, Jun 1, 2013 at 7:47 PM, Charles R Harris < > charlesr.har...@gmail.com> wrote: > >> >> >> On Sat, Jun 1, 2013 at 4:50 PM, Warren Weckesser < >> warren.weckes...@gmail.com> wrote: >> >>> I'm getting a failure and two errors wi

Re: [Numpy-discussion] numpy tests errors and failures

2013-06-01 Thread Warren Weckesser
On Sat, Jun 1, 2013 at 7:47 PM, Charles R Harris wrote: > > > On Sat, Jun 1, 2013 at 4:50 PM, Warren Weckesser < > warren.weckes...@gmail.com> wrote: > >> I'm getting a failure and two errors with the latest master branch: >> >> $ python -c "import numpy; numpy.test('full')" >> Running unit tests

Re: [Numpy-discussion] numpy tests errors and failures

2013-06-01 Thread Warren Weckesser
On Sat, Jun 1, 2013 at 7:47 PM, Charles R Harris wrote: > > > On Sat, Jun 1, 2013 at 4:50 PM, Warren Weckesser < > warren.weckes...@gmail.com> wrote: > >> I'm getting a failure and two errors with the latest master branch: >> >> $ python -c "import numpy; numpy.test('full')" >> Running unit tests

Re: [Numpy-discussion] numpy tests errors and failures

2013-06-01 Thread Charles R Harris
On Sat, Jun 1, 2013 at 4:50 PM, Warren Weckesser wrote: > I'm getting a failure and two errors with the latest master branch: > > $ python -c "import numpy; numpy.test('full')" > Running unit tests for numpy > NumPy version 1.8.0.dev-dff8c94 > NumPy is installed in > /home/warren/local_numpy/lib/

[Numpy-discussion] numpy tests errors and failures

2013-06-01 Thread Warren Weckesser
I'm getting a failure and two errors with the latest master branch: $ python -c "import numpy; numpy.test('full')" Running unit tests for numpy NumPy version 1.8.0.dev-dff8c94 NumPy is installed in /home/warren/local_numpy/lib/python2.7/site-packages/numpy Python version 2.7.4 |Anaconda 1.5.0 (64-

Re: [Numpy-discussion] Effect of deprecating non-integers for integer function arguments

2013-06-01 Thread Sebastian Berg
On Fri, 2013-05-31 at 16:32 -0400, josef.p...@gmail.com wrote: > On Fri, May 31, 2013 at 2:08 PM, Sebastian Berg > wrote: > > Hi, > > > > the current numpy master has deprecated non-integers for the use of > > indexing (not-fancy yet). However I think this should be moved further > > down in the n