[SciPy-user] isnotnan

David Cournapeau david at ar.media.kyoto-u.ac.jp
Thu Feb 12 21:30:05 EST 2009


Bruce Southey wrote:
> Hi,
> Thanks to the Doc Marathon!
>
> Perhaps numpy.isfinite() is what you want:
> http://docs.scipy.org/doc/numpy/reference/generated/numpy.isfinite.html
>   

isfinite may be acceptable for the OP, but !isnan is not the same as
isfinite.

cheers,

David



More information about the SciPy-User mailing list