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
uint
While working #2694, I found that the extrema functions ak.argmin(k)/argmax(k) and pda.argmin/argmax don't support uint pdarrays
ak.argmin(k)/argmax(k)
pda.argmin/argmax
The text was updated successfully, but these errors were encountered:
Closes Bears-R-Us#2695: Add uint to extrema methods
2d2f466
This PR (closes Bears-R-Us#2695) adds uint functionality to the extremea methods
Closes #2695: Add uint to extrema methods (#2719)
04386f0
This PR (closes #2695) adds uint functionality to the extremea methods Co-authored-by: Pierce Hayes <[email protected]>
Successfully merging a pull request may close this issue.
While working #2694, I found that the extrema functions
ak.argmin(k)/argmax(k)
andpda.argmin/argmax
don't supportuint
pdarraysThe text was updated successfully, but these errors were encountered: