equinor / subscript

Equinor's collection of subsurface reservoir modelling scripts
https://equinor.github.io/subscript/
GNU General Public License v3.0
15 stars 34 forks source link

Copy mean, stdev and estimated facies probabilities to one realization of the geogrid #749

Closed oddvarlia closed 1 month ago

oddvarlia commented 1 month ago

The purpose of the new option -g is to copy the results (mean, stdev, facies prob estimates) from ertbox grid which is fixed and only works as a "container" for the values into a single realization (realization 0) of the geogrid. The argument for this is to be able to visualize the results together with blocked well facies log and petrophysical logs.

There are several things to notice here:

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 92.40506% with 6 lines in your changes missing coverage. Please review.

Project coverage is 85.91%. Comparing base (afef91f) to head (622524f).

Files with missing lines Patch % Lines
src/subscript/field_statistics/field_statistics.py 92.40% 6 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #749 +/- ## ========================================== + Coverage 85.85% 85.91% +0.06% ========================================== Files 52 52 Lines 7245 7307 +62 ========================================== + Hits 6220 6278 +58 - Misses 1025 1029 +4 ```

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