Skip to content

Replace websockets with zmq #31974

Replace websockets with zmq

Replace websockets with zmq #31974

Triggered via pull request November 13, 2024 15:44
Status Failure
Total duration 1m 44s
Artifacts

typing.yml

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

Annotations

10 errors
type-checking (3.12): src/_ert/forward_model_runner/client.py#L64
Call to untyped function "reconnect" in typed context
type-checking (3.12): src/_ert/forward_model_runner/client.py#L66
Function is missing a return type annotation
type-checking (3.12): src/_ert/forward_model_runner/client.py#L82
Function is missing a type annotation
type-checking (3.12): src/_ert/forward_model_runner/client.py#L89
Call to untyped function "reconnect" in typed context
type-checking (3.12): src/ert/ensemble_evaluator/monitor.py#L43
Unused "type: ignore" comment
type-checking (3.12): src/ert/ensemble_evaluator/_ensemble.py#L203
Call to untyped function "send" in typed context
type-checking (3.12): src/ert/ensemble_evaluator/evaluator.py#L85
Unused "type: ignore" comment
type-checking (3.12): src/ert/ensemble_evaluator/evaluator.py#L215
Incompatible types in assignment (expression has type "str", variable has type "bytes")
type-checking (3.12): src/ert/ensemble_evaluator/evaluator.py#L216
Incompatible types in assignment (expression has type "str", variable has type "bytes")
type-checking (3.12): src/ert/ensemble_evaluator/evaluator.py#L217
Non-overlapping equality check (left operand type: "bytes", right operand type: "Literal['client']")