-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
histogradd dispatcher does not dispatch correctly on bins #13728
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
Labels
Comments
And |
Should we document this ? |
@abhinavsagar - we should fix it! Ideally before 1.17 comes out... |
I'll cc @shoyer just in case he has time before me. |
OK, these are pretty messy functions! See #13757 for a PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
As a reminder for myself if nobody else gets around to it:
bins
inhistogramdd
is a sequence of arrays, not an array itself, so one should dispatch on things inside it (if iterable).EDIT:
samples
may also be interpreted wrong, since it can be a sequence of arrays.The text was updated successfully, but these errors were encountered: