equinor / xtgeo

XTGeo Python class library for subsurface Surfaces, Cubes, Wells, Grids, Points, etc
https://xtgeo.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
110 stars 56 forks source link

BUG: address remaining issues with refactoring XYZ data wrt blocked wells #1079

Closed jcrivenaes closed 9 months ago

jcrivenaes commented 9 months ago

Hopefully last round to solve issue with blocked wells #1053.

Needed to revert some "nitty-gritty" behavior in order to make this backward compatible with previous xtgeo versions

codecov-commenter commented 9 months ago

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (0dd4d6f) 79.92% compared to head (152d4cb) 79.92%. Report is 1 commits behind head on main.

Files Patch % Lines
src/xtgeo/xyz/_xyz_data.py 80.95% 2 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1079 +/- ## ========================================== - Coverage 79.92% 79.92% -0.01% ========================================== Files 94 94 Lines 13569 13534 -35 Branches 2248 2241 -7 ========================================== - Hits 10845 10817 -28 + Misses 1978 1975 -3 + Partials 746 742 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.