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
Because copy is False in the __new__ method for the MaskedArray class when it is called from asarray, the order for the _data object is variable (either C or Fortran). Thus, to ensure ordering, I think you can just add an order parameter to that method. I can put up a PR for that quickly.
Adds the 'order' parameter to the __new__ override
in MaskedArray construction, enabling it to be enforced
in methods like np.ma.core.array and np.ma.core.asarray.
Closesnumpygh-6646.
In fact, the
order
keyword is ignored.The text was updated successfully, but these errors were encountered: