Øyvind Eide
Øyvind Eide
We now propagate a status message back from the callback: https://github.com/equinor/ert/blob/b2425049ae47c27a66ae24a75663a99b91db8dd4/res/job_queue/job_queue_node.py#L136 which is then logged and shown to the users through: https://github.com/equinor/ert/blob/65f1334060215f651408c18989613f3a010931da/ert_shared/models/base_run_model.py#L159 if all the simulations fail:  However if...
**Issue** Resolves #my_issue **Approach** _Short description of the approach_ ## Pre review checklist - [x] Added appropriate release note label - [x] PR title captures the intent of the changes,...
**Issue** Resolves #my_issue **Approach** _Short description of the approach_ ## Pre review checklist - [ ] Added appropriate release note label - [ ] PR title captures the intent of...
We have been doing refactoring of the callbacks and sampling, and should be ready to save data differently from before. This includes removing enkf_node implementation FIELD which is loading parameters...
We have been doing refactoring of the callbacks and sampling, and should be ready to save data differently from before. This includes removing enkf_node implementation SURFACE which is loading parameters...
**Issue** Not possible to initialize from scratch. **Approach** _Short description of the approach_ ## Pre review checklist - [ ] Added appropriate release note label - [ ] PR title...
**Describe the bug** If the CLI is stopped with Ctrl+C the simulations are not stopped, instead ert stops with `ERT crashed unexpectedly with: Signal 2 received` **To reproduce** Steps to...
**Is your feature request related to a problem? Please describe.** Would like to configure the update step by disabling and enabling different parameters and observations **Describe the solution you'd like**...
**Describe the bug** When plotting ensembles it is not possible to set the order in the plot, meaning that the posterior ensemble will often be hidden behind the prior, as...
`transfer_function_definitions´ is a list of strings that need to be parsed each time, we should instead make this a dataclass/pydantic baseclass so we dont have to parse a string: ...