Closed jcrivenaes closed 2 months ago
Attention: Patch coverage is 93.85475%
with 11 lines
in your changes missing coverage. Please review.
Project coverage is 81.15%. Comparing base (
0375fed
) to head (897e576
). Report is 27 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
src/xtgeo/cube/_cube_window_attributes.py | 94.76% | 5 Missing and 4 partials :warning: |
src/xtgeo/cube/cube1.py | 66.66% | 1 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Many changes, so I close this and add a fresh PR instead
The current
slice_cube_window()
(partly slow, partly buggy) is replaced with a new functionattributes_from_cube_window()
where some legacy (and less well designed) options are removed.Solving #1232