-
Notifications
You must be signed in to change notification settings - Fork 45
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
Update 'real' argument for xarray #88
Conversation
Codecov Report
@@ Coverage Diff @@
## master #88 +/- ##
==========================================
+ Coverage 96.87% 97.08% +0.21%
==========================================
Files 2 2
Lines 737 756 +19
Branches 126 131 +5
==========================================
+ Hits 714 734 +20
+ Misses 13 12 -1
Partials 10 10
Continue to review full report at Codecov.
|
@roxyboy, seems to be working fine now. |
Can I merge this @rabernat ? |
@@ -17,7 +17,7 @@ notifications: | |||
|
|||
python: | |||
- 2.7 | |||
- 3.6 | |||
- 3.7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keep 3.6 please but also add 3.7.
@roxyboy could you please publish a new patch release of the package? |
I think this should fix issues #78 and #83 .