-
Notifications
You must be signed in to change notification settings - Fork 22
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
Implementing histogramdd #2143
Implementing histogramdd #2143
Conversation
404f0fe
to
a108da7
Compare
dd1fca3
to
6a7efb0
Compare
@antonwolfy please re-review PR |
60776e8
to
aec799c
Compare
@antonwolfy please re-review pr |
aec799c
to
6035300
Compare
The actual issue was in returned bins, and not histogram. We are casting all incoming bins and sample to the same type. Originally we were returning this casted bins. Now if |
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.
Thank you @AlexanderKalistratov, LGTM!
0bfe1e3
into
IntelPython:master
Implementation of histogramdd 0bfe1e3
Implementing histogramdd