Skip to content

Fix RealizationState vs RealizationStorageState imports and usage #21744

Fix RealizationState vs RealizationStorageState imports and usage

Fix RealizationState vs RealizationStorageState imports and usage #21744

Triggered via pull request November 24, 2023 12:03
Status Failure
Total duration 2m 52s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

typing.yml

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

Annotations

4 errors
type-checking (3.11): src/ert/job_queue/realization_state.py#L15
Library stubs not installed for "lxml"
type-checking (3.11): src/ert/ensemble_evaluator/_builder/_legacy.py#L193
"JobQueue" has no attribute "stop_long_running_jobs"; maybe "stop_long_running_realizations"?
type-checking (3.11): src/ert/ensemble_evaluator/_builder/_legacy.py#L210
Argument 1 to "execute" of "JobQueue" has incompatible type "list[partial[Any]] | None"; expected "list[Callable[..., Any]] | None"
type-checking (3.11)
Process completed with exit code 1.