equinor / ert

ERT - Ensemble based Reservoir Tool - is designed for running ensembles of dynamical models such as reservoir models, in order to do sensitivity analysis and data assimilation. ERT supports data assimilation using the Ensemble Smoother (ES), Ensemble Smoother with Multiple Data Assimilation (ES-MDA) and Iterative Ensemble Smoother (IES).
https://ert.readthedocs.io/en/latest/
GNU General Public License v3.0
101 stars 104 forks source link

Ensure WAITING state is set on resubmissions #8104

Closed berland closed 2 months ago

berland commented 3 months ago

Upon resubmissions, this state did not get set, as it before was only set in init, with the result that the GUI showed wrong state (RUNNING) before the realization was submitted.

Issue Resolves #8079

Approach 📯

Screenshot shows that the realizations that failed in the first run are reset to Waiting (blue border): image

When applicable

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.02%. Comparing base (b803b91) to head (8ebc010).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #8104 +/- ## ========================================== - Coverage 86.06% 86.02% -0.04% ========================================== Files 382 382 Lines 23714 23715 +1 Branches 626 618 -8 ========================================== - Hits 20410 20402 -8 - Misses 3231 3232 +1 - Partials 73 81 +8 ```

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