Re: [Numpy-discussion] Numpy test failure with latest svn

2008-03-23 Thread Stéfan van der Walt
On Thu, Mar 20, 2008 at 6:41 PM, P GM <[EMAIL PROTECTED]> wrote: > That particular test in test_old_ma will never work: the .data of a > masked array is implemented as a property, so its id will change from > one test to another. I removed the broken test in r4934. Nils: the segfault you report

Re: [Numpy-discussion] Numpy test failure with latest svn

2008-03-20 Thread Nils Wagner
On Thu, 20 Mar 2008 18:12:22 +0100 "Matthieu Brucher" <[EMAIL PROTECTED]> wrote: > Hi, > > With latest SVN and Ubuntu 7.10 (Python 2.5.1, gcc >4.1.3, 32bits computer), > I don't have any error (BTW, I have 822 tests). > > Matthieu > > 2008/3/20, Nils Wagner <[EMAIL PROTECTED]>: >> >> Hi all,

Re: [Numpy-discussion] Numpy test failure with latest svn

2008-03-20 Thread P GM
That particular test in test_old_ma will never work: the .data of a masked array is implemented as a property, so its id will change from one test to another. On 3/20/08, Matthieu Brucher <[EMAIL PROTECTED]> wrote: > Hi, > > With latest SVN and Ubuntu 7.10 (Python 2.5.1, gcc 4.1.3, 32bits computer

Re: [Numpy-discussion] Numpy test failure with latest svn

2008-03-20 Thread Matthieu Brucher
Hi, With latest SVN and Ubuntu 7.10 (Python 2.5.1, gcc 4.1.3, 32bits computer), I don't have any error (BTW, I have 822 tests). Matthieu 2008/3/20, Nils Wagner <[EMAIL PROTECTED]>: > > Hi all, > > I run numpy.test() with latest svn > > >>> numpy.test() > Numpy is installed in > /usr/local/lib64/

[Numpy-discussion] Numpy test failure with latest svn

2008-03-20 Thread Nils Wagner
Hi all, I run numpy.test() with latest svn >>> numpy.test() Numpy is installed in /usr/local/lib64/python2.5/site-packages/numpy Numpy version 1.0.5.dev4898 Python version 2.5 (r25:51908, Jan 10 2008, 18:01:52) [GCC 4.1.2 20061115 (prerelease) (SUSE Linux)] Found 10/10 tests for numpy.core.d