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
Related to #5969, #7592, #7635, #7654, I still find inconsistent behavior in numpy 1.11.1. np.ma.median (with axis=None) returns a masked array instead of a scalar for all cases except when the input is a masked array that has a least one masked value. It's only for that case where a scalar is returned.
Uh oh!
There was an error while loading. Please reload this page.
Related to #5969, #7592, #7635, #7654, I still find inconsistent behavior in
numpy 1.11.1
.np.ma.median
(withaxis=None
) returns a masked array instead of a scalar for all cases except when the input is a masked array that has a least one masked value. It's only for that case where a scalar is returned.The text was updated successfully, but these errors were encountered: