CDAT / cdms

8 stars 10 forks source link

Add MV2 wrapper for argmin/max ? #353

Open jypeter opened 5 years ago

jypeter commented 5 years ago

I thought there was a MV2 wrapper for argmin/argmax, but apparently that's not the case yet

>>> help(MV2.argmax)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'argmax'
>>> help(np.argmax)

Maybe this can be added, no rush. Or maybe there is a github issue somewhere listing the np.ma functions to be added to MV2, but I have not found it