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

BUG: Histogramdd breaks on big arrays in Windows #22625

Merged
merged 1 commit into from Nov 19, 2022

Conversation

charris
Copy link
Member

@charris charris commented Nov 19, 2022

Backport of #22561.

Resolved the issue with line change from int to np.intp in numpy/numpy/lib/histograms.py
New test function was added called test_big_arrays on numpy/lib/tests/test_histograms.py

Resolved #22288
Pydata Sprint NYC 2022

* BUG: Histogramdd breaks on big arrays in Windows

Resolved the issue with line change from int to np.intp in numpy/numpy/lib/histograms.py

* BUG: Histogramdd breaks on big arrays in Windows

Resolved the issue with line change from int to np.intp in numpy/numpy/lib/histograms.py

* Removed the binary files

* Update test_histograms.py

* Update test_histograms.py

* Update test_histograms.py
@charris charris added 00 - Bug 08 - Backport Used to tag backport PRs labels Nov 19, 2022
@charris charris added this to the 1.23.5 release milestone Nov 19, 2022
@charris charris merged commit 2c4cf9a into numpy:maintenance/1.23.x Nov 19, 2022
@charris charris deleted the backport-22561 branch November 19, 2022 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
00 - Bug 08 - Backport Used to tag backport PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants