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
103 stars 107 forks source link

When validating forward model step plugins, other exceptions should be caught and shown as warnings #8830

Closed eivindjahren closed 1 month ago

eivindjahren commented 1 month ago

If a forward model step plugin has a bug in its validation an raises any other exception than ForwardModelValidationError then this should be shown as a warning to the user and logged so that we can give a bug report to the responsible team.

https://github.com/equinor/ert/blob/e92f558cf14e9c9823b557b3df05caefef49576f/src/ert/config/ert_config.py#L595-L610