Open berland opened 6 months ago
Note also that restart does not do what we want it to do: https://github.com/equinor/ert/issues/8032
I think, but speculating here, that this is to warn of cases where you modify global state. For example in the old scaling job, where the observations were in memory only, and any modification would effect everything. If you were calculating that scaling factor in a workflow based on the running realizations, that would affect the result. Think this is largely removed now though, so suggest just removing the message.
When clicking "Restart" in the run dialogue one will get the message:
where the text "Note that workflows will only be executed on the restarted realizations and that this might have unexpected consequences" is ambigous. Since workflows in Ert is something you execute on ensembles, it is difficult to understand what this message is trying to convey, is it mixing workflows with forward model steps?