[Numpy-discussion] numpy.test() errors

2010-11-22 Thread Nils Wagner
Hi all, There are some new test errors == ERROR: Test with missing and filling values -- Traceback (most recent call last): File "/data/home/nwagner/local/li

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

2010-11-23 Thread Stéfan van der Walt
On Tue, Nov 23, 2010 at 9:28 AM, Nils Wagner wrote: > "/data/home/nwagner/local/lib/python2.5/site-packages/numpy/lib/npyio.py", > line 66, in seek_gzip_factory >     g.name = f.name > AttributeError: GzipFile instance has no attribute 'name' This one is mine--the change was made to avoid a depre

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

2010-11-23 Thread Gerrit Holl
2010/11/23 Stéfan van der Walt : > On Tue, Nov 23, 2010 at 9:28 AM, Nils Wagner > wrote: >> "/data/home/nwagner/local/lib/python2.5/site-packages/numpy/lib/npyio.py", >> line 66, in seek_gzip_factory >>     g.name = f.name >> AttributeError: GzipFile instance has no attribute 'name' > > This one i

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

2010-11-23 Thread Nils Wagner
On Tue, 23 Nov 2010 16:39:13 +0100 Gerrit Holl wrote: > 2010/11/23 Stéfan van der Walt : >> On Tue, Nov 23, 2010 at 9:28 AM, Nils Wagner >> wrote: >>> "/data/home/nwagner/local/lib/python2.5/site-packages/numpy/lib/npyio.py", >>> line 66, in seek_gzip_factory >>>     g.name = f.name >>> Attribu

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

2010-11-23 Thread Stéfan van der Walt
2010/11/23 Stéfan van der Walt : > On Tue, Nov 23, 2010 at 9:28 AM, Nils Wagner > wrote: >> "/data/home/nwagner/local/lib/python2.5/site-packages/numpy/lib/npyio.py", >> line 66, in seek_gzip_factory >>     g.name = f.name >> AttributeError: GzipFile instance has no attribute 'name' > > This one i

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

2010-11-23 Thread Pauli Virtanen
On Tue, 23 Nov 2010 23:24:25 +0200, Stéfan van der Walt wrote: > 2010/11/23 Stéfan van der Walt : >> On Tue, Nov 23, 2010 at 9:28 AM, Nils Wagner >> wrote: >>> "/data/home/nwagner/local/lib/python2.5/site-packages/numpy/lib/npyio.py", >>> line 66, in seek_gzip_factory >>>     g.name = f.name >>> A

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

2010-11-23 Thread Neil Muller
On 23 November 2010 23:44, Pauli Virtanen wrote: > On Tue, 23 Nov 2010 23:24:25 +0200, Stéfan van der Walt wrote: > There's this on Python 3.2: > > == > ERROR: test_io.test_gzip_load > -

[Numpy-discussion] numpy.test() errors r6862

2009-04-12 Thread Nils Wagner
== ERROR: test suite -- Traceback (most recent call last): File "/home/nwagner/local/lib64/python2.6/site-packages/nose-0.10.4-py2.6.egg/nose/suite.py", line

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

2009-04-12 Thread Charles R Harris
On Sun, Apr 12, 2009 at 12:17 PM, Nils Wagner wrote: > == > ERROR: test suite > -- > Traceback (most recent call last): > File > > "/home/nwagner/local/lib64/py

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

2009-04-12 Thread Charles R Harris
On Sun, Apr 12, 2009 at 12:52 PM, Charles R Harris < charlesr.har...@gmail.com> wrote: > > > On Sun, Apr 12, 2009 at 12:17 PM, Nils Wagner < > nwag...@iam.uni-stuttgart.de> wrote: > >> == >> ERROR: test suite >> --

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

2009-04-12 Thread Charles R Harris
Hi Nils, On Sun, Apr 12, 2009 at 12:17 PM, Nils Wagner wrote: > == > ERROR: test suite > -- > Traceback (most recent call last): > File > > "/home/nwagner/loca

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

2009-04-13 Thread Nils Wagner
On Sun, 12 Apr 2009 12:56:46 -0600 Charles R Harris wrote: > On Sun, Apr 12, 2009 at 12:52 PM, Charles R Harris < > charlesr.har...@gmail.com> wrote: > >> >> >> On Sun, Apr 12, 2009 at 12:17 PM, Nils Wagner < >> nwag...@iam.uni-stuttgart.de> wrote: >> >>> ===