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
109 stars 57 forks source link

CLN: Replaced OrderedDict instances with dict (#1005) #1043

Closed abastola0 closed 11 months ago

abastola0 commented 11 months ago

Closes #1005

codecov-commenter commented 11 months ago

Codecov Report

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

Comparison is base (81d71ae) 80.10% compared to head (90061d4) 80.08%.

Files Patch % Lines
src/xtgeo/grid3d/grid.py 70.00% 1 Missing and 2 partials :warning:
src/xtgeo/grid3d/_grid_import_xtgcpgeom.py 66.66% 1 Missing and 1 partial :warning:
src/xtgeo/grid3d/_grid_refine.py 75.00% 1 Missing :warning:
src/xtgeo/well/_well_io.py 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1043 +/- ## ========================================== - Coverage 80.10% 80.08% -0.02% ========================================== Files 93 93 Lines 13537 13524 -13 Branches 2239 2239 ========================================== - Hits 10844 10831 -13 Misses 1957 1957 Partials 736 736 ```

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