[Numpy-discussion] missing function in numpy.ma?
Charles Doutriaux
doutriaux1@llnl....
Wed Mar 26 12:46:37 CDT 2008
Hello,
I used to be able to inherit form nump.oldnumeric.ma.array, it looks
like you can't any longer.
I replaced it with:
numpy.ma.MaskedArray
i'm getting:
result = result.reorder(order).regrid(grid)
AttributeError: 'MaskedArray' object has no attribute 'reorder'
Should I inherit from soemtihng else ?
Aslo I used to import a some function from numpy.oldnumeric.ma, that are
now missing can you point me to their new ma equivalent?
common_fill_value, identity, indices and set_fill_value
Thanks,
C.
More information about the Numpy-discussion
mailing list