You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When everest needs to run the forward model, it first needs to create an ert config, as that is required for the BaseRunModel. However only a small subset of that config is actually used, while we still create the ert analysis config, etc.
Instead we should just create the parts that we actually require in the everest run model. This means refactoring the base run models to only take the configuration they actually need in the constructors.
The text was updated successfully, but these errors were encountered:
When everest needs to run the forward model, it first needs to create an ert config, as that is required for the
BaseRunModel
. However only a small subset of that config is actually used, while we still create the ert analysis config, etc.Instead we should just create the parts that we actually require in the everest run model. This means refactoring the base run models to only take the configuration they actually need in the constructors.
The text was updated successfully, but these errors were encountered: