Skip to content

MAINT: fix use of unique(..., return_inverse=True) #19868

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

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

rgommers
Copy link
Member

Code was written to expect a 1-D array with the inverse indices, and that got changed in NumPy in
numpy/numpy#25553.

Closes gh-19867

Code was written to expect a 1-D array with the inverse
indices, and that got changed in NumPy in
numpy/numpy#25553.

Closes scipygh-19867

[skip cirrus] [skip circle]
@lucascolley lucascolley removed the request for review from ev-br January 11, 2024 22:29
Copy link
Contributor

@tylerjereddy tylerjereddy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM as well, and I reproduced 101 failures before/0 failures after the patch with NumPy main locally too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Items related to regular maintenance tasks scipy.interpolate scipy.ndimage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New ndimage and RBFInterpolator test failures in pre-release CI job
3 participants