[Numpy-discussion] Problem with set_fill_value for masked structured array

Pierre GM pgmdevlist at gmail.com
Mon Dec 14 19:14:52 EST 2009


On Dec 14, 2009, at 4:28 PM, Thomas Robitaille wrote:
> Pierre GM-2 wrote:
>> 
>> Well, that's a problem indeed, and I'd put that as a bug.
>> However, you can use that syntax instead:
>>>>> t.fill_value['a']=10
>> or set all the fields at once:
>>>>> t.fill_value=(10,999999)
>> 
> 
> Thanks for your reply - should I submit a bug report on the numpy trac site?


Always best to do so...
Thx in advance !!!


More information about the NumPy-Discussion mailing list