[Numpy-discussion] Request for testing

Skipper Seabold jsseabold at gmail.com
Sun Feb 21 11:49:45 EST 2010


On Sun, Feb 21, 2010 at 5:30 AM, Charles R Harris
<charlesr.harris at gmail.com> 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
>


On Kubuntu 9.10 with recent trunk.

$ python2.5 isinf.py
True
$ python2.6 isinf.py
Warning: invalid value encountered in isinf
True

Skipper

PS. I also see a lot of the divide by zero warnings now (which are
helpful) and wondered if they weren't related.



More information about the NumPy-Discussion mailing list