Håvard Berland

Results 83 issues of 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...

release-notes:maintenance

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

release-notes:bug-fix

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

release-notes:maintenance

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

enhancement
experiment-server

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

release-notes:maintenance

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

good first issue
maintenance
hacktoberfest

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

blocked
release-notes:maintenance

Suggest to have a way of displaying which of these files are empty. Empty files are not so interesting to open ![image](https://user-images.githubusercontent.com/306834/91822987-dbe89d00-ec38-11ea-870a-ab2e25269bf2.png)

enhancement
user request
good first issue
qt
hacktoberfest

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

bug

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

bug