Jonathan Karlsen
Jonathan Karlsen
I am benchmarking with pytest in one repository, and running this workflow from another repository. To get output.json over to the repository using this workflow, I am committing directly to...
**Issue** Python3.12 has a deprecation warning in async_utils.py which might actually be a bug. We expect `asyncio.get_event_loop()` to raise a `RuntimeError` if there is not an event loop in the...
**Describe the bug** Some of the scheduler integration tests are timing out and failing when running against the real LSF cluster. ``` FAILED integration_tests/scheduler/test_generic_driver.py::test_submit[LsfDriver] - Failed: Timeout >360.0s FAILED integration_tests/scheduler/test_lsf_driver.py::test_submit_to_named_queue...
Continuation of #7203 `ert-configurations` currently set `LSF_SERVER` to some ssh-able machine, and thus this is the dominant code path used in the current C driver. Some komodo release must change...
**This is a continuation of pinkwah's changes in the lsf_driver.cpp.** **Issue** Resolves #my_issue **Approach** _Short description of the approach_ (Screenshot of new behavior in GUI if applicable) - [ ]...
**Describe the bug** When using the old C lsf driver with the LSF_RESOURCE option provided in ert documentation, it fails on bsub ``` Traceback (most recent call last): File "/opt/rh/rh-python38/root/usr/lib64/python3.8/threading.py",...
**Issue** Resolves #7439 Depends on #7428 **Approach** _Short description of the approach_ (Screenshot of new behavior in GUI if applicable) - [ ] PR title captures the intent of the...
**Issue** Resolves #7694 **Approach** The commit in this PR has the lsf_driver dump the output of `bhist -l ` to runpath. (Screenshot of new behavior in GUI if applicable) -...
**Issue** Resolves #7382 **Approach** The commit in this PR refactors the nodes in GUI (RootNode, IterNode, RealNode, ForwardModelNode) to use explicit dataclasses for each type instead of having the type...
**Issue** Resolves https://github.com/equinor/scout/issues/1054 **Approach** _Short description of the approach_ (Screenshot of new behavior in GUI if applicable) - [ ] PR title captures the intent of the changes, and is...