Skip to content

Add support for SUBMIT_SLEEP #21619

Add support for SUBMIT_SLEEP

Add support for SUBMIT_SLEEP #21619

Triggered via pull request November 21, 2023 11:19
Status Failure
Total duration 2m 44s
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

10 errors
type-checking (3.11): src/ert/config/queue_config.py#L144
Argument 3 to "QueueConfig" has incompatible type "QueueSystem"; expected "float"
type-checking (3.11): src/ert/config/queue_config.py#L145
Argument 4 to "QueueConfig" has incompatible type "dict[QueueSystem, list[tuple[str, str]]]"; expected "QueueSystem"
type-checking (3.11): src/ert/job_queue/realization_state.py#L15
Skipping analyzing "statemachine": module is installed, but missing library stubs or py.typed marker
type-checking (3.11): src/ert/job_queue/realization_state.py#L37
Function is missing a return type annotation
type-checking (3.11): src/ert/job_queue/realization_state.py#L41
Function is missing a type annotation
type-checking (3.11): src/ert/job_queue/realization_state.py#L45
Class cannot subclass "StateMachine" (has type "Any")
type-checking (3.11): src/ert/job_queue/realization_state.py#L106
Function is missing a type annotation
type-checking (3.11): src/ert/job_queue/realization_state.py#L119
Function is missing a return type annotation
type-checking (3.11): src/ert/job_queue/realization_state.py#L122
Function is missing a return type annotation
type-checking (3.11): src/ert/job_queue/realization_state.py#L125
Function is missing a return type annotation