Skip to content

Add lsf unit tests and fix lsf integration test #22338

Add lsf unit tests and fix lsf integration test

Add lsf unit tests and fix lsf integration test #22338

Triggered via pull request December 1, 2023 14:18
Status Failure
Total duration 2m 0s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

style.yml

on: pull_request
Matrix: check-style
Fit to window
Zoom out
Zoom in

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