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.
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to