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

Rename STOPPED to SUCCESS #8191

Open berland opened 2 weeks ago

berland commented 2 weeks ago

I find this constant to be ambigous, as "stopped" as a word could indicate some kind of failure, but it is always used when the ensemble has finished without errors. We call the corresponding thing for a realization for "success" so we should probably use that word instead.

https://github.com/equinor/ert/blob/3f3e682156516d15ccded659adefb3730da43e83/src/ert/event_type_constants.py#L10