Re: [Numpy-discussion] Failure in test_iterator.py at Travis

2012-12-14 Thread Ondřej Čertík
On Fri, Dec 14, 2012 at 9:49 AM, Nathaniel Smith wrote: > The top of the build log has the actual git command they used to check out > the source - it's some clever GitHub thing that gives the same thing as > pressing the green button would iirc. You could copy the commands from the > log to check

Re: [Numpy-discussion] Failure in test_iterator.py at Travis

2012-12-14 Thread Nathaniel Smith
The top of the build log has the actual git command they used to check out the source - it's some clever GitHub thing that gives the same thing as pressing the green button would iirc. You could copy the commands from the log to check that out locally though and see what the .travis.tml actually sa

Re: [Numpy-discussion] Failure in test_iterator.py at Travis

2012-12-14 Thread Ondřej Čertík
On Fri, Dec 14, 2012 at 12:32 AM, Nathaniel Smith wrote: > I only checked this build: > https://secure.travis-ci.org/#!/certik/numpy/jobs/3656960 > But that log clearly shows 'python setup.py install' being used instead of > 'pip install'. How certain are you that your branch actually has my fix?

Re: [Numpy-discussion] Failure in test_iterator.py at Travis

2012-12-14 Thread Nathaniel Smith
I only checked this build: https://secure.travis-ci.org/#!/certik/numpy/jobs/3656960 But that log clearly shows 'python setup.py install' being used instead of 'pip install'. How certain are you that your branch actually has my fix? -n On 14 Dec 2012 03:49, "Ondřej Čertík" wrote: > On Thu, Dec 13

Re: [Numpy-discussion] Failure in test_iterator.py at Travis

2012-12-13 Thread Ondřej Čertík
On Thu, Dec 13, 2012 at 7:16 PM, Charles R Harris wrote: > > > On Thu, Dec 13, 2012 at 8:04 PM, Charles R Harris > wrote: >> >> >> >> On Thu, Dec 13, 2012 at 7:23 PM, Ondřej Čertík >> wrote: >>> >>> Hi, >>> >>> Another weird bug sometimes happen in >>> numpy/core/tests/test_iterator.py, it looks

Re: [Numpy-discussion] Failure in test_iterator.py at Travis

2012-12-13 Thread Charles R Harris
On Thu, Dec 13, 2012 at 8:04 PM, Charles R Harris wrote: > > > On Thu, Dec 13, 2012 at 7:23 PM, Ondřej Čertík wrote: > >> Hi, >> >> Another weird bug sometimes happen in >> numpy/core/tests/test_iterator.py, it looks like this: >> >> ===

Re: [Numpy-discussion] Failure in test_iterator.py at Travis

2012-12-13 Thread Charles R Harris
On Thu, Dec 13, 2012 at 7:23 PM, Ondřej Čertík wrote: > Hi, > > Another weird bug sometimes happen in > numpy/core/tests/test_iterator.py, it looks like this: > > == > FAIL: test_iterator.test_iter_array_cast > ---

[Numpy-discussion] Failure in test_iterator.py at Travis

2012-12-13 Thread Ondřej Čertík
Hi, Another weird bug sometimes happen in numpy/core/tests/test_iterator.py, it looks like this: == FAIL: test_iterator.test_iter_array_cast -- Traceback (most r