ReturnData fields as xarray.DataArray#2916
Merged
dweindl merged 1 commit intoAMICI-dev:mainfrom Oct 6, 2025
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2916 +/- ##
==========================================
- Coverage 77.24% 76.53% -0.71%
==========================================
Files 307 307
Lines 19912 19951 +39
Branches 1502 1502
==========================================
- Hits 15381 15270 -111
- Misses 4518 4668 +150
Partials 13 13
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
195c71b to
1764ef2
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
1764ef2 to
c1c4c30
Compare
c1c4c30 to
aeb1c07
Compare
Make relevant `ReturnData` fields available as `xarray.DataArray`. This includes the identifiers and is often more convenient than the plain arrays, allows for easy subselection and plotting of the results, and conversion to DataFrames.
aeb1c07 to
af0d3f7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Make relevant
ReturnDatafields available asxarray.DataArray. This includes the identifiers and is often more convenient than the plain arrays, allows for easy subselection and plotting of the results, and conversion to DataFrames.Closes #2170.