Add lsf unit tests and fix lsf integration test #22338
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 errors and 1 warning
check-style (3.11):
tests/unit_tests/job_queue/test_lsf_driver.py#L361
Local variable `out_log` is assigned to but never used
|
check-style (3.11)
Process completed with exit code 1.
|
check-style (3.11):
src/ert/scheduler/driver.py#L240
Within an `except` clause, raise exceptions with `raise ... from err` or `raise ... from None` to distinguish them from errors in exception handling
|