nantest¶
- tayph.nantest(var, varname='')[source] [edit on github]¶
This function tests for the presence of NaNs and infinites.
- Parameters
- varint, float or array-like
The variable that needs to be tested.
- varnamestr, optional
Name or description of the variable to assist in debugging.