BUG: The mask value may be removed in numpy.ma.core.MaskedArray · Issue #27726 · numpy/numpy
Describe the issue: If you overwrite an array defined with numpy.ma.core.MaskedArray with numpy.ndarray, the mask will be removed. However, this behavior only occurs when the dimensions are differe...