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: Ensure like is only stripped for like= dispatched functions #23370

Merged
merged 1 commit into from Mar 10, 2023

Conversation

seberg
Copy link
Member

@seberg seberg commented Mar 10, 2023

This issue is already fixed differently on the main (1.25) branch,
an alternative might be to check for functions with **kwargs, there seem
to be three: savez, savez_compressed, and apply_along_axes.

Closes gh-23365


After some back and forth, this seemed like the easiest approach after all. @pentschev what do you think?

This issue is already fixed differently on the main (1.25) branch,
an alternative might be to check for functions with **kwargs, there seem
to be three: savez, savez_compressed, and apply_along_axes.
@pentschev
Copy link
Contributor

Provided tests pass, this looks sensible to me. Thanks Sebastian!

Copy link
Contributor

@pentschev pentschev left a comment

Choose a reason for hiding this comment

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

Relevant Dask tests seem to pass with this PR as well, so definitely seems good to me.

@charris charris merged commit f14cd44 into numpy:maintenance/1.24.x Mar 10, 2023
49 checks passed
@charris
Copy link
Member

charris commented Mar 10, 2023

Thanks Sebastian.

@seberg seberg deleted the fixup-like-kwargs branch March 10, 2023 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants