Re: [Numpy-discussion] Request for testing

2010-02-22 Thread Friedrich Romstedt
I have several Pythons with several numpys on it: (Ordered by version:) 1. > python-2.4 isinf.py True Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import numpy >>> numpy.__version__ '1.1.

Re: [Numpy-discussion] Request for testing

2010-02-22 Thread Sean Arms
On Sun, Feb 21, 2010 at 4:30 AM, Charles R Harris wrote: > Hi All, > > I would be much obliged if some folks would run the attached script and > report the output, numpy version, and python version. It just runs > np.isinf(np.inf), which raises an "invalid value" warning with current > numpy. As f

Re: [Numpy-discussion] Request for testing

2010-02-21 Thread Jochen Schroeder
No Warning for me: └─(08:26 $)─> python isinf.py True └─(08:26 $)─> python2.5 isinf.py True Python 2.6.4 (r264:75706, Dec 7 2009, 18:43:55) [GCC 4.4.1] on linux2 Python 2.5.4 (r254:67916, Jan 20 2010, 21:43:02) [GCC 4.4.1] on linux2 numpy.version.version '1.3.0' └─(08:33 $)─> uname -a Li

Re: [Numpy-discussion] Request for testing

2010-02-21 Thread Gökhan Sever
On Sun, Feb 21, 2010 at 4:30 AM, Charles R Harris wrote: > Hi All, > > I would be much obliged if some folks would run the attached script and > report the output, numpy version, and python version. It just runs > np.isinf(np.inf), which raises an "invalid value" warning with current > numpy. As

Re: [Numpy-discussion] Request for testing

2010-02-21 Thread Chris Colbert
-10 12:30 > To: numpy-discussion > Subject: [Numpy-discussion] Request for testing > > Hi All, > > I would be much obliged if some folks would run the attached script and > report the output, numpy version, and python version. It just runs > np.isinf(np.inf), which raises an

Re: [Numpy-discussion] Request for testing

2010-02-21 Thread Nadav Horesh
nt: Sun 21-Feb-10 12:30 To: numpy-discussion Subject: [Numpy-discussion] Request for testing Hi All, I would be much obliged if some folks would run the attached script and report the output, numpy version, and python version. It just runs np.isinf(np.inf), which raises an "invalid valu

Re: [Numpy-discussion] Request for testing

2010-02-21 Thread Eric Firing
Charles R Harris wrote: > Hi All, > > I would be much obliged if some folks would run the attached script and > report the output, numpy version, and python version. It just runs > np.isinf(np.inf), which raises an "invalid value" warning with current > numpy. As far as I can see the function i

Re: [Numpy-discussion] Request for testing

2010-02-21 Thread Skipper Seabold
On Sun, Feb 21, 2010 at 5:30 AM, Charles R Harris wrote: > Hi All, > > I would be much obliged if some folks would run the attached script and > report the output, numpy version, and python version. It just runs > np.isinf(np.inf), which raises an "invalid value" warning with current > numpy. As f

Re: [Numpy-discussion] Request for testing

2010-02-21 Thread Warren Weckesser
Charles R Harris wrote: > Hi All, > > I would be much obliged if some folks would run the attached script > and report the output, numpy version, and python version. It just runs > np.isinf(np.inf), which raises an "invalid value" warning with current > numpy. As far as I can see the function it

Re: [Numpy-discussion] Request for testing

2010-02-21 Thread josef . pktd
On Sun, Feb 21, 2010 at 11:05 AM, Charles R Harris wrote: > > > On Sun, Feb 21, 2010 at 3:33 AM, David Cournapeau > wrote: >> >> On Sun, Feb 21, 2010 at 7:30 PM, Charles R Harris >> wrote: >> > Hi All, >> > >> > I would be much obliged if some folks would run the attached script and >> > report

Re: [Numpy-discussion] Request for testing

2010-02-21 Thread Charles R Harris
On Sun, Feb 21, 2010 at 3:33 AM, David Cournapeau wrote: > On Sun, Feb 21, 2010 at 7:30 PM, Charles R Harris > wrote: > > Hi All, > > > > I would be much obliged if some folks would run the attached script and > > report the output, numpy version, and python version. It just runs > > np.isinf(np.

Re: [Numpy-discussion] Request for testing

2010-02-21 Thread Keith Goodman
On Sun, Feb 21, 2010 at 2:30 AM, Charles R Harris wrote: > I would be much obliged if some folks would run the attached script and > report the output, numpy version, and python version. >>> import isinf Warning: invalid value encountered in isinf True Python 2.6.4 (r264:75706, Dec 7 2009, 18:4

Re: [Numpy-discussion] Request for testing

2010-02-21 Thread Ralf Gommers
On Sun, Feb 21, 2010 at 6:30 PM, Charles R Harris wrote: > Hi All, > > I would be much obliged if some folks would run the attached script and > report the output, numpy version, and python version. It just runs > np.isinf(np.inf), which raises an "invalid value" warning with current > numpy. As

Re: [Numpy-discussion] Request for testing

2010-02-21 Thread Robert Pyle
My machine is a PPC dual G5, running Mac OS X 10.5.8 ~ $ python Python 2.5.4 (r254:67917, Dec 23 2008, 14:57:27) [GCC 4.0.1 (Apple Computer, Inc. build 5363)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import numpy as np >>> import warnings >>> >>> war

Re: [Numpy-discussion] Request for testing

2010-02-21 Thread Alan G Isaac
On 2/21/2010 5:30 AM, Charles R Harris wrote: > I would be much obliged if some folks would run the attached script and > report the output, numpy version, and python version. No problem with NumPy 1.3.0 (from superpack) on Python 2.6.4 under Vista. Alan Isaac Python 2.6.4 (r264:75708, Oct 26 200

Re: [Numpy-discussion] Request for testing

2010-02-21 Thread Nils Wagner
On Sun, 21 Feb 2010 03:30:31 -0700 Charles R Harris wrote: > Hi All, > > I would be much obliged if some folks would run the >attached script and > report the output, numpy version, and python version. It >just runs > np.isinf(np.inf), which raises an "invalid value" >warning with current >

Re: [Numpy-discussion] Request for testing

2010-02-21 Thread David Cournapeau
On Sun, Feb 21, 2010 at 7:30 PM, Charles R Harris wrote: > Hi All, > > I would be much obliged if some folks would run the attached script and > report the output, numpy version, and python version. It just runs > np.isinf(np.inf), which raises an "invalid value" warning with current > numpy. As f

[Numpy-discussion] Request for testing

2010-02-21 Thread Charles R Harris
Hi All, I would be much obliged if some folks would run the attached script and report the output, numpy version, and python version. It just runs np.isinf(np.inf), which raises an "invalid value" warning with current numpy. As far as I can see the function itself hasn't changed since numpy1.3, ye