[Numpy-discussion] Request for testing

Eric Firing efiring at hawaii.edu
Sun Feb 21 12:30:22 EST 2010


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 itself hasn't changed since 
> numpy1.3, yet numpy1.3 & python2.5 gives no such warning.
> 
> Chuck
efiring at manini:~$ python test/isinf.py
Warning: invalid value encountered in isinf
True

In [4]:numpy.version.version
Out[4]:'1.5.0.dev8042'


Python 2.6.4 (r264:75706, Dec  7 2009, 18:45:15)

Ubuntu 9.10

Eric



More information about the NumPy-Discussion mailing list