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

Fix some simple type checking in gui #8083

Closed eivindjahren closed 3 months ago

eivindjahren commented 3 months ago

Adds some simple missing typehints to gui

When applicable

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 98.75000% with 7 lines in your changes missing coverage. Please review.

Project coverage is 86.07%. Comparing base (99a29f6) to head (bbd250f). Report is 1 commits behind head on main.

Files Patch % Lines
src/ert/gui/tools/workflows/run_workflow_widget.py 70.00% 3 Missing :warning:
src/ert/gui/ertwidgets/statusdialog.py 87.50% 1 Missing :warning:
src/ert/gui/main.py 66.66% 1 Missing :warning:
src/ert/gui/plottery/plots/observations.py 66.66% 1 Missing :warning:
src/ert/gui/tools/plot/filterable_kw_list_model.py 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #8083 +/- ## ========================================== + Coverage 86.02% 86.07% +0.04% ========================================== Files 382 382 Lines 23621 23679 +58 Branches 620 619 -1 ========================================== + Hits 20321 20381 +60 + Misses 3222 3219 -3 - Partials 78 79 +1 ```

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