-
Notifications
You must be signed in to change notification settings - Fork 22
Fix xarray merge compat FutureWarning #314
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 xarray merge compat FutureWarning #314
Conversation
Add explicit compat='override' parameter to xr.merge() call in _get_subgroup function to silence FutureWarning about upcoming xarray default changes.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #314 +/- ##
=======================================
Coverage 93.50% 93.50%
=======================================
Files 27 27
Lines 5587 5587
=======================================
Hits 5224 5224
Misses 363 363
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…/xradar into fix-xarray-merge-compat-warning
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.
There are still future warnings related to merge.
|
Thanks @aladinor! |
|
Great! Thanks. |
Add explicit compat='override' parameter to xr.merge() call in _get_subgroup function to silence FutureWarning about upcoming xarray default changes.
history.md