[Numpy-discussion] New numpy.test() failures

2008-07-02 Thread Nils Wagner
Hi all, If I run numpy.test() numpy.__version__ '1.2.0.dev5331' I obtain == FAIL: Tests count -- Traceback (most recent call last): File

Re: [Numpy-discussion] New numpy.test() failures

2008-07-02 Thread Charles R Harris
On Wed, Jul 2, 2008 at 10:56 AM, Nils Wagner [EMAIL PROTECTED] wrote: Hi all, If I run numpy.test() numpy.__version__ '1.2.0.dev5331' I obtain This shows up on all the 64-bit buildbots also. But the 32 bit Mac still works. Chuck ___

Re: [Numpy-discussion] New numpy.test() failures

2008-07-02 Thread Nils Wagner
This shows up on all the 64-bit buildbots also. But the 32 bit Mac still works. Chuck There are also new test failures in scipy == FAIL: Tests the confidence intervals of the trimmed mean.

Re: [Numpy-discussion] New numpy.test() failures

2008-07-02 Thread Nils Wagner
On Wed, 02 Jul 2008 19:41:56 +0200 Nils Wagner [EMAIL PROTECTED] wrote: This shows up on all the 64-bit buildbots also. But the 32 bit Mac still works. Chuck I can reproduce the test failures on my old 32-bit laptop. Linux linux 2.6.11.4-21.17-default #1 Fri Apr 6 08:42:34 UTC 2007

Re: [Numpy-discussion] New numpy.test() failures

2008-07-02 Thread Pierre GM
On Wednesday 02 July 2008 15:13:37 Nils Wagner wrote: I can reproduce the test failures on my old 32-bit laptop. As you should. My bad, I messed up on my last commit. I'll fix that later this afternoon. ___ Numpy-discussion mailing list

Re: [Numpy-discussion] New numpy.test() failures

2008-07-02 Thread Charles R Harris
On Wed, Jul 2, 2008 at 1:26 PM, Pierre GM [EMAIL PROTECTED] wrote: On Wednesday 02 July 2008 15:13:37 Nils Wagner wrote: I can reproduce the test failures on my old 32-bit laptop. As you should. My bad, I messed up on my last commit. I'll fix that later this afternoon. ___ Hmmm. So I

Re: [Numpy-discussion] New numpy.test() failures

2008-07-02 Thread Barry Wark
Fixed. Sorry. On Wed, Jul 2, 2008 at 1:07 PM, Alan McIntyre [EMAIL PROTECTED] wrote: The buildbot test command should be using sys.exit to return the success flag from the test run, but it's not. The FreeBSD's test command is: /usr/local/bin/python2.4 -c 'import numpy,sys;sys.exit(not

Re: [Numpy-discussion] New numpy.test() failures

2008-07-02 Thread Charles R Harris
On Wed, Jul 2, 2008 at 2:45 PM, Barry Wark [EMAIL PROTECTED] wrote: Fixed. Sorry. The Mac seems to have a whole different set of errors than the other bots, lots of import errors like ERROR: Failure: ImportError (cannot import name log) I wonder if there is a path issue somewhere? Chuck

Re: [Numpy-discussion] New numpy.test() failures

2008-07-02 Thread Barry Wark
very likely a path issue. i've had two hard drive crashed on the buildslave box this week. i'm sure something's fubar'd. i'll take a look. thanks for the heads up. On Wed, Jul 2, 2008 at 2:22 PM, Charles R Harris [EMAIL PROTECTED] wrote: On Wed, Jul 2, 2008 at 2:45 PM, Barry Wark [EMAIL

Re: [Numpy-discussion] New numpy.test() failures

2008-07-02 Thread Alan McIntyre
On Wed, Jul 2, 2008 at 5:22 PM, Charles R Harris [EMAIL PROTECTED] wrote: The Mac seems to have a whole different set of errors than the other bots, lots of import errors like ERROR: Failure: ImportError (cannot import name log) I wonder if there is a path issue somewhere? At least one of

Re: [Numpy-discussion] New numpy.test() failures

2008-07-02 Thread Pierre GM
On Wednesday 02 July 2008 15:26:05 you wrote: On Wednesday 02 July 2008 15:13:37 Nils Wagner wrote: I can reproduce the test failures on my old 32-bit laptop. As you should. My bad, I messed up on my last commit. I'll fix that later this afternoon. OK, so it should be fixed in v5332. Sorry