We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I thought there was a MV2 wrapper for argmin/argmax, but apparently that's not the case yet
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
The text was updated successfully, but these errors were encountered: