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 105 forks source link

Type check ert.gui.ertwidgets #8166

Closed eivindjahren closed 3 months ago

eivindjahren commented 3 months ago

Adds more type checking to ert.gui.ertwidgets

When applicable

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 87.30159% with 16 lines in your changes missing coverage. Please review.

Project coverage is 86.96%. Comparing base (f29176b) to head (b9594d0). Report is 5 commits behind head on main.

Files Patch % Lines
src/ert/gui/ertwidgets/checklist.py 66.66% 6 Missing :warning:
src/ert/gui/ertwidgets/searchbox.py 55.55% 4 Missing :warning:
src/ert/gui/ertwidgets/closabledialog.py 66.66% 2 Missing :warning:
src/ert/gui/ertwidgets/statusdialog.py 75.00% 2 Missing :warning:
src/ert/gui/ertwidgets/ensemblelist.py 0.00% 1 Missing :warning:
src/ert/gui/tools/file/file_dialog.py 80.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #8166 +/- ## ========================================== + Coverage 86.62% 86.96% +0.33% ========================================== Files 384 384 Lines 23831 23905 +74 Branches 618 618 ========================================== + Hits 20644 20788 +144 + Misses 3107 3036 -71 - Partials 80 81 +1 ```

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