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

Remove RealizationBuilder #8202

Closed berland closed 2 weeks ago

berland commented 2 weeks ago

The RealizationBuilder class serves no real purpose and should be removed. It is only used in base_run_model which itself could initialize the Realization object (a dataclass) directly.

https://github.com/equinor/ert/blob/761b07012717abe6d567cd9cb7d75130f03b122c/src/ert/ensemble_evaluator/_builder/_realization.py#L27