[NumPy-Tickets] [NumPy] #1810: masked array with named components does not behave as expected
NumPy Trac
numpy-tickets@scipy....
Wed Apr 27 07:39:48 CDT 2011
#1810: masked array with named components does not behave as expected
------------------------+---------------------------------------------------
Reporter: risa2000 | Owner: pierregm
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: numpy.ma | Version: 1.5.1
Keywords: masked_all |
------------------------+---------------------------------------------------
In the included file is the log from IPython.
According to doc, assigning valid value should unmask the item
-> this is not happening (see In&Out 4,5 and 6,7 in the file)
The mask is intact (In&Out 8)
Manually changing mask (In&Out 9+10) seems to change the mask, but the
unmasked value is arbitrary and not possible to change (In&Out 11+12 and
13+14).
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1810>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list