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

Fix GiniFile import of xarray FrozenDict #1204

Merged
merged 1 commit into from
Oct 16, 2019

Conversation

zbruick
Copy link
Contributor

@zbruick zbruick commented Oct 15, 2019

Description Of Changes

Adds a try/except block to support xarray v0.14 with the renaming of FrozenOrderedDict to FrozenDict. Addresses one problem in #1203.

Checklist

@zbruick zbruick added Type: Bug Something is not working like it should Area: IO Pertains to reading data labels Oct 15, 2019
@zbruick zbruick added this to the 0.11.1 milestone Oct 15, 2019
@zbruick zbruick mentioned this pull request Oct 15, 2019
3 tasks
Copy link
Member

@dopplershift dopplershift left a comment

Choose a reason for hiding this comment

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

Just a minor change, otherwise good to go.

Copy link
Member

@dopplershift dopplershift left a comment

Choose a reason for hiding this comment

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

Just a minor change, otherwise this should be good to go.

src/metpy/io/gini.py Outdated Show resolved Hide resolved
@dopplershift
Copy link
Member

I have no idea why it’s reporting a drop in coverage. Everything in this PR seems covered just as well as before.

@dopplershift dopplershift merged commit 7e506b8 into Unidata:master Oct 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: IO Pertains to reading data Type: Bug Something is not working like it should
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants