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
98 stars 104 forks source link

Add blue color and underscore to STDOUT and STDERR in job view #8225

Closed frode-aarstad closed 5 days ago

frode-aarstad commented 1 week ago

Issue Resolves #4371

Approach Adding qt buttons to the job list is non trivial and would require a larger rewrite. This solution is simpler while adding some feedback to the user that these columns are clickable.

image

When applicable

codecov-commenter commented 5 days ago

Codecov Report

Attention: Patch coverage is 65.06024% with 29 lines in your changes missing coverage. Please review.

Project coverage is 86.85%. Comparing base (1703a30) to head (a034ca3). Report is 1 commits behind head on main.

Files Patch % Lines
src/ert/gui/simulation/run_dialog.py 59.01% 25 Missing :warning:
src/ert/gui/model/snapshot.py 81.81% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #8225 +/- ## ========================================== - Coverage 86.88% 86.85% -0.03% ========================================== Files 378 378 Lines 23919 23946 +27 Branches 628 627 -1 ========================================== + Hits 20782 20799 +17 - Misses 3062 3072 +10 Partials 75 75 ```

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