Fix to_xarray_dataset merge error with conflicting values in coordinate#2827
Fix to_xarray_dataset merge error with conflicting values in coordinate#2827djhoese merged 11 commits intopytroll:mainfrom
to_xarray_dataset merge error with conflicting values in coordinate#2827Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2827 +/- ##
==========================================
- Coverage 96.10% 96.10% -0.01%
==========================================
Files 381 381
Lines 55544 55559 +15
==========================================
+ Hits 53383 53397 +14
- Misses 2161 2162 +1
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:
|
djhoese
left a comment
There was a problem hiding this comment.
This looks good to me except the type annotation on compat which I've commented on inline. If that is resolved then this is good to merge.
|
The failing test output really doesn't help determine what is wrong/unequal for that test. |
Pull Request Test Coverage Report for Build 12883477811Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
|
@djhoese are you happy with this PR? |
to_xarray_dataset merge error with conflicting values in coordinate
Fixes the merge error Problem by allowing to pass the
compatargument.to_xarray_datasetfor Scenes containing data from seviri_l1b_nc reader #2179