Re: [Numpy-discussion] numpy.test() failures in 2.0.0.dev8233

2010-02-21 Thread Nils Wagner
On Sun, 21 Feb 2010 13:22:41 +0200 Pauli Virtanen wrote: > Hi, > > Please remind me what platform you are running on. Also, >please update > and re-run the tests, and check the output from > > import numpy as np > from numpy.core.multiarray import memorysimpleview as >memoryview > > dt = [(

Re: [Numpy-discussion] numpy.test() failures in 2.0.0.dev8233

2010-02-21 Thread Pauli Virtanen
Hi, Please remind me what platform you are running on. Also, please update and re-run the tests, and check the output from import numpy as np from numpy.core.multiarray import memorysimpleview as memoryview dt = [('a', np.int8), ('b', np.int16), ('c', np.int32), ('d', np.int64), ('e'

[Numpy-discussion] numpy.test() failures in 2.0.0.dev8233

2010-02-21 Thread Nils Wagner
== FAIL: test_multiarray.TestNewBufferProtocol.test_export_endian -- Traceback (most recent call last): File "/home/nwagner/local/lib64/python2.6/site-packag

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

2009-12-07 Thread Pauli Virtanen
ma, 2009-12-07 kello 22:36 +0100, Nils Wagner kirjoitti: > >>> numpy.__version__ > '1.5.0.dev7980' > > FAIL: test_buffer_hashlib (test_regression.TestRegression) Thx, fixed. I forgot about defaulting to int64. Pauli ___ NumPy-Discussion maili

[Numpy-discussion] numpy.test() failures

2009-12-07 Thread Nils Wagner
>>> numpy.__version__ '1.5.0.dev7980' FAIL: test_buffer_hashlib (test_regression.TestRegression) -- Traceback (most recent call last): File "/home/nwagner/local/lib64/python2.6/site-packages/numpy/core/tests/test_regression.p

[Numpy-discussion] numpy.test() failures

2008-12-31 Thread Nils Wagner
>>> numpy.__version__ '1.3.0.dev6283' == FAIL: Check formatting. -- Traceback (most recent call last): File "/usr/local/lib64/python2.5/site-packages/nose-0.1

Re: [Numpy-discussion] numpy.test() failures (1.2.1) on Mac OS X

2008-12-30 Thread Nicholas Matsakis
On Tue, 30 Dec 2008, Nicholas Matsakis wrote: > I just installed what I believe to be a completely vanilla installation of > numpy on an Intel Mac OS X 10.5.6. Python 2.5 pkg from Python.org, numpy > 1.2.1 pkg from scipy.org, nose installed through setup tools. Running > "import numpy; numpy.te

[Numpy-discussion] numpy.test() failures (1.2.1) on Mac OS X

2008-12-30 Thread Nicholas Matsakis
I just installed what I believe to be a completely vanilla installation of numpy on an Intel Mac OS X 10.5.6. Python 2.5 pkg from Python.org, numpy 1.2.1 pkg from scipy.org, nose installed through setup tools. Running "import numpy; numpy.test()" results in the following errors and failures:

Re: [Numpy-discussion] numpy.test() (failures=2, errors=3)

2008-05-24 Thread Nils Wagner
On Sat, 24 May 2008 08:49:12 -0600 "Charles R Harris" <[EMAIL PROTECTED]> wrote: > On Sat, May 24, 2008 at 6:54 AM, Nils Wagner ><[EMAIL PROTECTED]> > wrote: > >> Hi all, >> >> I found two failures and three errors wrt numpy.test() >> >> numpy.__version__ >> >> '1.2.0.dev5228' >> >

Re: [Numpy-discussion] numpy.test() (failures=2, errors=3)

2008-05-24 Thread Charles R Harris
On Sat, May 24, 2008 at 6:54 AM, Nils Wagner <[EMAIL PROTECTED]> wrote: > Hi all, > > I found two failures and three errors wrt numpy.test() > > numpy.__version__ > > '1.2.0.dev5228' > Hi Nils, can you try a clean install? Remove the build directory and maybe the numpy folder in site

Re: [Numpy-discussion] numpy.test() (failures=2, errors=3)

2008-05-24 Thread Matt Knox
> == > ERROR: test_hdquantiles > (numpy.ma.tests.test_morestats.TestQuantiles) > -- You have some kind of franken-build going on there. test_morestats has long s

[Numpy-discussion] numpy.test() (failures=2, errors=3)

2008-05-24 Thread Nils Wagner
Hi all, I found two failures and three errors wrt numpy.test() numpy.__version__ '1.2.0.dev5228' == ERROR: Ticket #396 -- Traceback (most recent c