[Numpy-discussion] Somewhat goofy warning in 'isfinite'?

David Warde-Farley dwf at cs.toronto.edu
Sat Feb 20 15:22:47 EST 2010


On 20-Feb-10, at 2:48 PM, Matthew Brett wrote:

> Hi,
>
> I just noticed this:
>
> In [2]: np.isfinite(np.inf)
> Warning: invalid value encountered in isfinite
> Out[2]: False
>
> Maybe it would be worth not raising the warning, in the interests of  
> tidiness?

I think these warnings somehow got turned on recently in the trunk, I  
see tons of them when I run the tests despite what np.seterr says.

David



More information about the NumPy-Discussion mailing list