Skip to content

Add a submit-test for LSF-driver #21765

Add a submit-test for LSF-driver

Add a submit-test for LSF-driver #21765

Triggered via pull request November 27, 2023 09:00
Status Failure
Total duration 2m 51s
Artifacts

typing.yml

on: pull_request
Matrix: type-checking
Fit to window
Zoom out
Zoom in

Annotations

10 errors
type-checking (3.11): src/ert/job_queue/realization_state.py#L143
Item "None" of "_Element | None" has no attribute "text"
type-checking (3.11): src/ert/job_queue/realization_state.py#L144
Item "None" of "_Element | None" has no attribute "text"
type-checking (3.11): src/ert/job_queue/realization_state.py#L145
Item "None" of "_Element | None" has no attribute "text"
type-checking (3.11): src/ert/job_queue/realization_state.py#L149
Incompatible types in assignment (expression has type "str | None", variable has type "str")
type-checking (3.11): src/ert/job_queue/driver.py#L161
Too few arguments
type-checking (3.11): src/ert/job_queue/driver.py#L180
Cannot infer type of lambda
type-checking (3.11): src/ert/job_queue/driver.py#L180
Argument 1 to "run_with_retries" of "LSFDriver" has incompatible type "Callable[[], Coroutine[Any, Any, bool]]"; expected "Callable[[Any], Awaitable[Any]]"
type-checking (3.11): src/ert/job_queue/driver.py#L251
Cannot infer type of lambda
type-checking (3.11): src/ert/job_queue/driver.py#L251
Argument 1 to "run_with_retries" of "LSFDriver" has incompatible type "Callable[[], Coroutine[Any, Any, bool]]"; expected "Callable[[Any], Awaitable[Any]]"
type-checking (3.11): src/ert/job_queue/driver.py#L316
Cannot infer type of lambda