Øyvind Eide
Øyvind Eide
Should be done after https://github.com/equinor/ert/issues/8847 When a user has an `objective`, `everest` expects there to be a file output from the forward model called: `objective`. It would be good to...
**Issue** Resolves #my_issue **Approach** _Short description of the approach_ (Screenshot of new behavior in GUI if applicable) - [ ] PR title captures the intent of the changes, and is...
Sometimes it is a bit hard for users to tell if all the required observations and parameters are loaded in the callback. In AHM we allow some observations to be...
**Issue** Currently Everest is using the legacy way of communicating statues from Ert, we should upgrade it to also use the EnsembleEvaluator, like Ert.
When starting the detached server we use BatchContext to start it and keep track of it, but this should be possible to simplify by using the Scheduler directly: https://github.com/equinor/ert/blob/398ce6ad2861eb3489dfce7965e58df30d0d2379/src/everest/detached/__init__.py#L102 This...
We have a workflow to export misfit data for an ensemble: https://github.com/equinor/ert/blob/d1a0f141b8e80863652a78c5a830272235f76d70/src/ert/plugins/hook_implementations/workflows/export_misfit_data.py#L14, however this would be better as a button in the gui, for example in this view: we would...
We are excluding parameters the user has specified that should not be updated in the calculation of x_full in EnIF, there are some reasons for that: 1. If the source...
As a user I would like to run multiple updates and very which parameters are updated, and which are just sampled, but not update, i.e. to vary the UPDATE flag...
**Issue** Resolves #my_issue **Approach** _Short description of the approach_ (Screenshot of new behavior in GUI if applicable) - [ ] PR title captures the intent of the changes, and is...