Julius Parulek
Julius Parulek
When terminate experiment is issued, all Realizations are killed but state for the ones that were running shows still as `RUNNING` 
Blockers: - [x] #7187 - [x] #6676 - [ ] Remove JobQueue SLURM driver - [ ] Remove JobQueue LSF driver - [x] #7912 - [ ] #7985 - [x]...
**Issue** Improves symptoms of https://github.com/equinor/ert/issues/8105 **Approach** We include scheduler._events.join() and SENTINEL object to make sure that the events left in the qeueu will be proccessed once the jobs are done....
A user has reported the following issue when running ~~scheduler~~ JobQueue. --- Hi.. Currently I am experiencing several realizations finished without doing the steps in the configuration and it is...
Since we are not using LOCAL JobQueue driver anymore, we should remove it. Explanation in #7885
Maybe there is no need to use extra ws connection to signal checksum. https://github.com/equinor/ert/blob/90998f2feeca8c1a41793fe4dfddbb9142b8268e/src/ert/scheduler/scheduler.py#L208
This issue is a work in progress! **Description** Sensitivity analysis is the study of how the uncertainty in the output of a mathematical model or system (numerical or otherwise) can...
We should provide an overview of currently used parameters in the experiment panels, wherein it should be possible to deactive / active them one by one. Additionally, it should show...
To be able to distinguish between the source of data when instantiating GenKwConfig we need to speicify either it's `sample_prior`, `forward_init` or `design_matrix`. Currently we rely on setting some flags...