Lars Evje
Lars Evje
**Issue** Resolves #my_issue (Screenshot of new behavior in GUI if applicable) - [ ] PR title captures the intent of the changes, and is fitting for release notes. - [...
Currently if you only want to run the tests you will also install all the dependencies for building and reading the docs interactively. Especially `jupyter` ads a considerable overhead of...
Ran a drogon case, and on iteration 3; four (4) realizations were marked as failed in the GUI, but all forward model steps were marked as success and OK file...
Currently the peak memory usage is logged outside of the PluginContext in `log_process_usage`, meaning that it is not included in the Azure logs. Would be useful to get statistics on...
**Describe the bug** If you try to open webviz-ert with an experiment that was made with an older incompatible storage, e.g. created experiment with 2024.02 and try to run webviz-ert...
Currently when choosing to run single test run there is nothing informing you in the GUI that this mode will run locally no matter what you have specified in your...
**Issue** Resolves #my_issue **Approach** _Short description of the approach_ (Screenshot of new behavior in GUI if applicable) - [ ] PR title captures the intent of the changes, and is...
**Issue** Resolves #my_issue **Approach** _Short description of the approach_ (Screenshot of new behavior in GUI if applicable) - [ ] PR title captures the intent of the changes, and is...
**Describe the bug** When closing the Ert GUI on macos14 arm with python3.12 you get the following error in the terminal: ``` Exception ignored in atexit callback: Traceback (most recent...
Numpy 2 deprecates the `np.float_` alias for `np.float64`, and since we often use `np.float32` we should type hint better to indicate when the variables/return types might be `np.float32` vs `np.float64`...