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: Fix for xarray master #1578

Merged
merged 1 commit into from Nov 23, 2020
Merged

BUG: Fix for xarray master #1578

merged 1 commit into from Nov 23, 2020

Conversation

dopplershift
Copy link
Member

Description Of Changes

Passing keep_attrs=True to Dataset.map on xarray master is causing us to
lose needed attribute updates. Not passing it causes the tests to pass
on master and seems to work with the last release as well.

Tests added to validate other attributes are preserved.

Checklist

  • Tests added
  • Fully documented

Passing keep_attrs=True to Dataset.map on xarray master is causing us to
lose needed attribute updates. Not passing it causes the tests to pass
on master and seems to work with the last release as well.

Tests added to validate other attributes are preserved.
@dopplershift dopplershift added Area: Xarray Pertains to xarray integration Type: Bug Something is not working like it should labels Nov 20, 2020
@dopplershift dopplershift added this to the 1.0 milestone Nov 20, 2020
@dopplershift
Copy link
Member Author

Completely green build! 🎉

@dcamron dcamron merged commit 21d3da3 into Unidata:master Nov 23, 2020
@dopplershift dopplershift deleted the fix-xarray branch November 23, 2020 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Xarray Pertains to xarray integration Type: Bug Something is not working like it should
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants