Markus Fanebust Dregi
Markus Fanebust Dregi
While running the forward model the job dispatchers writes two files related to the status of the forward model (`STATUS` and `status.json`). It was noticed during https://github.com/equinor/ert/pull/2706 that the C-layer...
**Why?** These discrepancies frequently hinders development progress, as well as it introduces new and solidifies old shortcuts in the implementation. It would also be beneficial for future concept discussions if...
**Current state of libecl** The first and very important step towards making _libecl_ a library was made almost two years ago when the Ensembles/ert repository was split into libecl, libres...
The fact that most functions in libecl cannot work on a standard Python file handle, but needs a `cwrap.open` file handle is severely under communicated. Arguments are named `pyfile` etc....
**Setting** There has been some problems occurring with the new smspec-implementation after moving to _C++_. **Related** Insufficient workaround in ResInsight; https://github.com/OPM/ResInsight/issues/4172 OPM-issues: https://github.com/OPM/ResInsight/commit/dfd45397866442146cab59fbe046cf03d3d8b56d https://github.com/OPM/ResInsight/commit/b120d0a2c1f0aef4a4811f6bd9b416023a3bfc20
Successfully run tests on Jenkins with the _komodo_ environment and **no** deprecation warnings. This can be achieved by making all deprecation warnings errors. Today there are quite a bit of...
**Context** In https://github.com/equinor/ert/pull/1314 an `ert.exceptions` module was introduced. The mission was to set ourselves up for clearly distinguishing between user error and bugs / internal errors. All exceptions in the...
**Introduction** Data is being passed around between `ert-storage`, `webviz-ert`, `prefectevaluator`, `ert` and `ert3` as records. While records are to encompass functionality to persist them to/from storage and file, to be...
Make `README` in the polynomial example that explains how to run it and why it is as it is.
Beyond the scope of https://github.com/equinor/ert/milestone/21, an MCMC implementation should contain... **Priors:** - add prior function evaluator to all standard distributions, - extend the prior functions supported to also include: `beta`,...