Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MV2 wrapper for argmin/max ? #353

Open
jypeter opened this issue Sep 10, 2019 · 0 comments
Open

Add MV2 wrapper for argmin/max ? #353

jypeter opened this issue Sep 10, 2019 · 0 comments

Comments

@jypeter
Copy link
Member

jypeter commented Sep 10, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant