[SciPy-user] isnotnan

Pierre GM pgmdevlist at gmail.com
Thu Feb 12 18:37:37 EST 2009


On Feb 12, 2009, at 6:06 PM, R. Padraic Springuel wrote:

> Is there a isnotnan function somewhere in the numpy or scipy library  
> that functions similarly to isnan (except that the results are  
> reversed)?

Like np.logical_not(np.isnan(...)) ?




More information about the SciPy-User mailing list