Julius Parulek

Results 57 issues of Julius Parulek

When terminate experiment is issued, all Realizations are killed but state for the ones that were running shows still as `RUNNING` ![Image](https://github.com/equinor/ert/assets/6409506/445006f2-7119-4d62-abcf-9b3a7e28b60c)

bug
scheduler

Blockers: - [x] #7187 - [x] #6676 - [ ] Remove JobQueue SLURM driver - [ ] Remove JobQueue LSF driver - [x] #7912 - [ ] #7985 - [x]...

epic
blocked
scheduler

**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....

scheduler

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...

bug

Since we are not using LOCAL JobQueue driver anymore, we should remove it. Explanation in #7885

blocked
scheduler

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

payback
scheduler

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...

milestone

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...

sensitivity

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...

improvement
release-notes:refactor