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

Make it possible to type check gui #8086

Closed eivindjahren closed 3 months ago

eivindjahren commented 3 months ago

Makes the top level gui module type-check

When applicable

codecov-commenter commented 3 months ago

Codecov Report

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

Project coverage is 86.03%. Comparing base (56dc74a) to head (3970b47). Report is 8 commits behind head on main.

Files Patch % Lines
src/ert/gui/about_dialog.py 0.00% 5 Missing :warning:
src/ert/gui/main.py 85.71% 1 Missing :warning:
src/ert/gui/main_window.py 96.96% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #8086 +/- ## ========================================== - Coverage 86.04% 86.03% -0.01% ========================================== Files 382 382 Lines 23679 23692 +13 Branches 628 631 +3 ========================================== + Hits 20375 20384 +9 + Misses 3231 3228 -3 - Partials 73 80 +7 ```

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