Håvard Berland
Håvard Berland
**Issue** Adds to #3309 **Approach** Added documented exceptions, use `with` when appropriate. ## Pre review checklist - [x] Added appropriate release note label - [x] PR title captures the intent...
Opted for not using a context manager (ExitStack) to avoid having to indent all lines in the function Plus bonus pylinting **Issue** Resolves unclosed sdin/stdout/stdin files opened by the `Job`...
Whenever dispatchers die (killed by ERT f.ex or for other reasons) the websocket is not properly closed and the exception is not caught. That leads to a situation that needs...
**Issue** Resolves #3413 **Approach** `runSimulations()` in each run model has been ported to an async function alongside that uses the experiment server. ## Pre review checklist - [ ] Added...
**Issue** Adds to #3309 **Approach** Do as pylint suggests ## Pre review checklist - [x] Added appropriate release note label - [x] PR title captures the intent of the changes,...
Everything in the ert repository should eventually pass pylint verification. The current list of issues is given below (produced using `--reports=y` option to `pylint`): ``` $ pylint src tests docs...
**Issue** Having such a notice present in every file is visual noise and does not significantly increase protection against copyright infringement. **Approach** ``` for file in `find . -name *.*pp`;...
Suggest to have a way of displaying which of these files are empty. Empty files are not so interesting to open 
**Describe the bug** ``` (3.8.b) [havb@be-lx895926:/work/projects/ert/tests/ert_tests/gui] stop-underlying-leak-fixing-3613$ pytest test_gui_load.py -x # fails ==================================================== test session starts ==================================================== platform linux -- Python 3.8.13, pytest-7.1.2, pluggy-1.0.0 PyQt5 5.15.7 -- Qt runtime 5.15.2...
**Describe the bug** User reports that some (one or two) realizations never get pass the pending state in the RunDialog GUI. The log file reveals that ERT indeed knows the...