Skip to content
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

histogram2d between different dtypes #3283

Closed
ItsQuinnMoore opened this issue Jun 5, 2024 · 0 comments · Fixed by #3763
Closed

histogram2d between different dtypes #3283

ItsQuinnMoore opened this issue Jun 5, 2024 · 0 comments · Fixed by #3763
Assignees
Labels
enhancement New feature or request

Comments

@ItsQuinnMoore
Copy link
Contributor

the following code:
import arkouda as ak
ak.histogram2d(ak.array([1, 2, 3]), ak.array([1.5, 2.5, 3.5]))

gives the error:
RuntimeError: Error: histogram2DMsg: (int64,float64) not implemented

optimally, I would like the ability for all combinations of numeric dtypes to be histogrammed against one another

@ItsQuinnMoore ItsQuinnMoore added the enhancement New feature or request label Jun 5, 2024
github-merge-queue bot pushed a commit that referenced this issue Oct 4, 2024
* Adding mixed dtypes to Histogram2D, matching numpy outputs, and testing

* adding atoimic changes and check testing for multidim

---------

Co-authored-by: jaketrookman <jaketrookman@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants