Skip to content

Replace websockets with zmq #32202

Replace websockets with zmq

Replace websockets with zmq #32202

Triggered via pull request November 20, 2024 22:22
Status Failure
Total duration 1m 36s
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/ensemble_evaluator/monitor.py#L42
Unused "type: ignore" comment
type-checking (3.12): src/_ert/forward_model_runner/client.py#L86
Function is missing a return type annotation
type-checking (3.12): src/_ert/forward_model_runner/client.py#L120
If x = b'abc' then f"{x}" or "{}".format(x) produces "b'abc'", not "abc". If this is desired behavior, use f"{x!r}" or "{!r}".format(x). Otherwise, decode the bytes
type-checking (3.12): src/_ert/forward_model_runner/client.py#L134
Call to untyped function "reconnect" in typed context
type-checking (3.12): src/_ert/forward_model_runner/client.py#L65
Unused "type: ignore" comment
type-checking (3.12): src/ert/ensemble_evaluator/config.py#L133
Incompatible types in assignment (expression has type "None", variable has type "bytes")
type-checking (3.12): src/ert/ensemble_evaluator/config.py#L134
Incompatible types in assignment (expression has type "None", variable has type "str")
type-checking (3.12): src/ert/ensemble_evaluator/evaluator.py#L87
Unused "type: ignore" comment
type-checking (3.12): src/everest/docs/generate_docs_from_config_spec.py#L202
Unsupported right operand type for in ("Callable[[BaseModel], dict[str, FieldInfo]]")
type-checking (3.12)
Process completed with exit code 1.