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