Skip to content

Fix compatibility with xarray 0.14.1 #69

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 2 commits into from
Dec 10, 2019
Merged

Fix compatibility with xarray 0.14.1 #69

merged 2 commits into from
Dec 10, 2019

Conversation

benbovy
Copy link
Member

@benbovy benbovy commented Dec 9, 2019

It's actually a bug in xarray (pydata/xarray#3552).

Passing a list to Dataset.drop is fine. Let's use Dataset.drop_vars later, after a few xarray releases.

Dataset.drop_vars has been added in xarray 0.14.1 and we certainly want
to support older versions. The annoyance is minor (tests warnings).
@benbovy benbovy merged commit a3fd84a into master Dec 10, 2019
@benbovy benbovy deleted the xarray-compat branch December 10, 2019 09:31
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

Successfully merging this pull request may close these issues.

1 participant