Dear all,<br><br>I am using 1.7.1 version of numpy and np.ma.argmax is not repecting the mask?<br>I expect for all data that are masked, it should also return a mask, but this is not <br>the case.<br><br>In [96]: d3<br>Out[96]: <br>
masked_array(data =<br> [[-- -- -- -- 4]<br> [5 -- 7 8 9]],<br>             mask =<br> [[ True  True  True  True False]<br> [False  True False False False]],<br>       fill_value = 6)<br><br><br>In [97]: np.ma.argmax(d3,axis=0)<br>
Out[97]: array([1, 0, 1, 1, 1])<br><br>In [98]: np.__version__<br>Out[98]: '1.7.1'<br><br>Can I file a bug report on this?<br><br>thanks,<br><br>Chao<br clear="all"><br>-- <br><div>***********************************************************************************</div>

<div>Chao YUE<br>Laboratoire des Sciences du Climat et de l'Environnement (LSCE-IPSL)<br>UMR 1572 CEA-CNRS-UVSQ<br>Batiment 712 - Pe 119<br>91191 GIF Sur YVETTE Cedex</div>
<div>Tel: (33) 01 69 08 29 02; Fax:01.69.08.77.16<br></div>

<div>************************************************************************************</div>