-
Notifications
You must be signed in to change notification settings - Fork 128
Bincount #738
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
Conversation
code/numpy/compare.c
Outdated
| #if ULAB_MAX_DIMS > 1 | ||
| // no need to check anything, if the maximum number of dimensions is 1 | ||
| if(input->ndim != 1) { | ||
| mp_raise_ValueError(MP_ERROR_TEXT("object too deep for desired arrayy")); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo with arrayy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed, thanks for catching it!
|
@kwagyeman I think the implementation is complete, however, I haven't checked all cases, when something could go wrong, like what happens, if |
|
Many thanks, this is a rather detailed test suite. I think the code is complete now. If you agree, I'll write up the documentation, and merge. |
|
LTGM |
Addresses the feature request in #737.