Skip to content

Replace websockets with zmq #32030

Replace websockets with zmq

Replace websockets with zmq #32030

Triggered via pull request November 14, 2024 15:07
Status Failure
Total duration 1m 41s
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#L63
Call to untyped function "reconnect" in typed context
type-checking (3.12): src/_ert/forward_model_runner/client.py#L65
Function is missing a return type annotation
type-checking (3.12): src/_ert/forward_model_runner/client.py#L81
Function is missing a type annotation
type-checking (3.12): src/_ert/forward_model_runner/client.py#L86
Call to untyped function "reconnect" in typed context
type-checking (3.12): src/ert/ensemble_evaluator/monitor.py#L42
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#L86
Unused "type: ignore" comment
type-checking (3.12): src/ert/ensemble_evaluator/evaluator.py#L255
Incompatible types in assignment (expression has type "str", variable has type "bytes")
type-checking (3.12): src/ert/ensemble_evaluator/evaluator.py#L256
Incompatible types in assignment (expression has type "str", variable has type "bytes")
type-checking (3.12): src/ert/ensemble_evaluator/evaluator.py#L257
Non-overlapping equality check (left operand type: "bytes", right operand type: "Literal['client']")