Lars Petter Hauge

Results 12 issues of Lars Petter Hauge

**Issue** Resolves #3720 **Approach** Generate experiment id, attach to experiment type objects and propagate id as required. Continued work from: https://github.com/equinor/ert/pull/3729 Depends on: https://github.com/equinor/ert/pull/3793 ## Pre review checklist - [x]...

release-notes:misc

**Describe the bug** `connection handler failed` message is produced in user prompt when all jobs fail due to reaching `MAX_RUNTIME`. Tested when only some jobs fail and in that scenario...

bug

**Describe the bug** If the user specifies a set of realizations that is smaller than `MIN_REALIZATIONS` in the config file, all forward models can succeed and still ert will produce...

bug

List of flaky test. When creating a new issue for a flaky test, please include: - Traceback - link to failing github actions / jenkins job - Note which os/versions...

**Issue:** Pytest run `__repr__` on an instance as part of its runtime - which typically IDE's also will do for you. `__repr__` in `EclFile` uses `getFilename` which segfaults if the...

bug
good first C issue

Users have reported that reading data from runs with lgr seems unintuitive. They were interested in finding the values from the _main_ grid in the case with lgr included. Although...

**Issue** Resolves #3948 **Approach** Make the asyncio entry point up one level. Currently the paths used by `EnsembleEvaluator` and `ExperimentServer` merge at `ensemble.evaluate`, we want them to merge on `experiment.run`....

In the scenario of large files as records in storage, the default timeout of 5 seconds is not enough. In https://github.com/equinor/ert/pull/2729 this was increased to the magical number of 60....

**Describe the bug** Progressbar in Detailed Progress does not update after pressing kill simulations **To reproduce** Steps to reproduce the behaviour: 1. `pip install ert` (versions given below) 2. Use...

bug
blocked

The `get_event_loop` method is deprecated in Python 3.10 (https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.get_event_loop). Refactor our usage of asyncio in ert to be compatible with future releases of asyncio

maintenance