|
From: Sasha <nd...@ma...> - 2006-02-18 04:22:20
|
On 2/17/06, George Nurser <ag...@no...> wrote:
> But with a masked array there are problems.
What you see is a bug in ma.
> Are there any workarounds for this?
For now you can use
>>> ma.maximum.reduce(amask, 0)
array(data =3D
[ 9 10 11 12],
mask =3D
[False False False False],
fill_value=3D999999)
|