Re: [Numpy-discussion] Regarding np.ma.masked_equal behavior

2015-01-04 Thread Benjamin Root
Personally, I have never depended upon an implicit fill value. I would always handle it explicitly. Off the top of my head, a project that might have really good insight into how fill_value should work is the python-netCDF4 project (so, talk to Jeff Whitaker, I think), and/or the HDF5 people. I kno

[Numpy-discussion] Regarding np.ma.masked_equal behavior

2015-01-03 Thread Maniteja Nandana
Hello friends, This is an issue related to the working of *masked_equal* method. I was thinking if anyone related to an old ticket #1851 , regarding the modification of *masked_equal *function effect on *fill_value *could clarify the situation, since rig