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

Not passing interp kwargs to DataArray.interp #267

Open
martijnvandermarel opened this issue Jul 2, 2024 · 1 comment
Open

Not passing interp kwargs to DataArray.interp #267

martijnvandermarel opened this issue Jul 2, 2024 · 1 comment

Comments

@martijnvandermarel
Copy link
Contributor

martijnvandermarel commented Jul 2, 2024

From the documentation it seems the kwargs argument is meant to be passed unmodified to xarray's DataArray.interp method. However from the line above it doesn't seem to do that.

The same goes for the assume_sorted argument by the way.

@keewis
Copy link
Collaborator

keewis commented Jul 7, 2024

Thanks for the report, @martijnvandermarel.

This looks like a copy/paste error and is definitely not intentional (and Dataset seems to also be affected). I'd be happy to take a PR that fixes that, if you're up for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants