You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inconsistency of np.clip with MaskedArray when using output argument. I.e.:
np.clip(m, 0, 5)
np.clip(m, 0, 5, m)
these two lines produce different results.
Numpy/Python version information:
Python: 3.7.3
Numpy: 1.17.0
The text was updated successfully, but these errors were encountered:
bingyao
changed the title
Inconsistency of np.clip with MaskedArray when using output argument
Inconsistency of np.clip with MaskedArray when using output argument
Jul 27, 2019
Reproducing code example:
Error message:
Inconsistency of
np.clip
withMaskedArray
when using output argument. I.e.:these two lines produce different results.
Numpy/Python version information:
Python: 3.7.3
Numpy: 1.17.0
The text was updated successfully, but these errors were encountered: