Skip to content

Replace websockets with zmq #31949

Replace websockets with zmq

Replace websockets with zmq #31949

Triggered via pull request November 13, 2024 11:40
Status Failure
Total duration 1m 40s
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#L42
Unused "type: ignore" comment
type-checking (3.12): src/ert/ensemble_evaluator/monitor.py#L69
Item "None" of "Socket | None" has no attribute "close"
type-checking (3.12): src/ert/ensemble_evaluator/monitor.py#L70
Item "None" of "Socket | None" has no attribute "close"
type-checking (3.12): src/ert/ensemble_evaluator/monitor.py#L77
Item "None" of "Socket | None" has no attribute "send_multipart"
type-checking (3.12): src/ert/ensemble_evaluator/monitor.py#L87
Item "None" of "Socket | None" has no attribute "send_multipart"
type-checking (3.12): src/ert/ensemble_evaluator/_ensemble.py#L203
"Client" has no attribute "__aenter__"; maybe "__enter__"?