Closed kujaku11 closed 9 months ago
Attention: 6 lines
in your changes are missing coverage. Please review.
Comparison is base (
33090a8
) 83.97% compared to head (7833389
) 84.57%.
Files | Patch % | Lines |
---|---|---|
mt_metadata/transfer_functions/io/zfiles/zmm.py | 88.23% | 6 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
To speed up initialization of an
xarray.Dataset
all the coordinates should have the same length. Need to change this inTF._initialize_transfer_function
such that eachxarray.DataArray
has the same coordinates as they will all be filled in when merged. This removes redundancy and coordinate alignment slowdowns.