Skip to content

Use ert queue options #33066

Use ert queue options

Use ert queue options #33066

Triggered via pull request December 10, 2024 21:40
Status Failure
Total duration 1m 44s
Artifacts

typing.yml

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

Annotations

6 errors and 1 warning
type-checking (3.12): src/ert/config/parsing/base_model_context.py#L12
Argument 1 to "set" of "ContextVar" has incompatible type "dict[str, Any]"; expected "None"
type-checking (3.12): src/ert/config/queue_config.py#L49
Function is missing a return type annotation
type-checking (3.12): src/ert/config/queue_config.py#L457
Name "MaybeWithContext" is not defined
type-checking (3.12): src/ert/config/forward_model_step.py#L168
Function is missing a type annotation
type-checking (3.12): src/ert/gui/simulation/experiment_panel.py#L382
Argument 1 to "fields" has incompatible type "LsfQueueOptions | TorqueQueueOptions | SlurmQueueOptions | LocalQueueOptions"; expected "DataclassInstance | type[DataclassInstance]"
type-checking (3.12)
Process completed with exit code 1.
type-checking (3.12)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636