Re: Replace nan-ignoring functions with an ignore_nan flag to their normal counterparts
"Carlos Martin" <[email protected]>
| Newsgroups | gmane.comp.python.numeric.general |
|---|---|
| Message-ID | <[email protected]> |
Correction: `where &= ~isnan(a)` should be `where = where & ~isnan(a)`. _______________________________________________ NumPy-Discussion mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/numpy-discussion.python.org Member address: [email protected]