[NumPy-Tickets] [NumPy] #1332: set_fill_value does not work properly for masked structured array
NumPy Trac
numpy-tickets@scipy....
Sun Feb 7 11:33:13 CST 2010
#1332: set_fill_value does not work properly for masked structured array
-------------------------+--------------------------------------------------
Reporter: robitaille | Owner: pierregm
Type: defect | Status: reopened
Priority: high | Milestone:
Component: numpy.ma | Version: devel
Resolution: | Keywords:
-------------------------+--------------------------------------------------
Changes (by robitaille):
* status: closed => reopened
* resolution: fixed =>
Comment:
This is broken again as of r8088 (I do not know at which revision this
stopped working). The example code now gives
{{{
masked_array(data = [1 2 3],
mask = [False False False],
fill_value = 999999)
masked_array(data = [1 2 3],
mask = [False False False],
fill_value = 999999)
}}}
again.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1332#comment:4>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list