Assume non-LSF host error is flaky #42
Annotations
8 errors
type-checking (3.12):
src/_ert/forward_model_runner/client.py#L7
Module "websockets.client" has no attribute "WebSocketClientProtocol"; maybe "ClientProtocol"?
|
type-checking (3.12):
src/_ert/forward_model_runner/client.py#L7
Module "websockets.client" has no attribute "connect"
|
type-checking (3.12):
src/ert/ensemble_evaluator/monitor.py#L8
Module "websockets" has no attribute "WebSocketClientProtocol"; maybe "ClientProtocol"?
|
type-checking (3.12):
src/ert/ensemble_evaluator/monitor.py#L9
Module "websockets.client" has no attribute "connect"
|
type-checking (3.12):
src/ert/ensemble_evaluator/evaluator.py#L29
Module "websockets.server" has no attribute "WebSocketServerProtocol"; maybe "ServerProtocol"?
|
type-checking (3.12):
src/ert/ensemble_evaluator/evaluator.py#L307
Argument "process_request" to "serve" has incompatible type "Callable[[str, Headers], Coroutine[Any, Any, tuple[HTTPStatus, Headers | Mapping[str, str] | Iterable[tuple[str, str]] | SupportsKeysAndGetItem, bytes] | None]]"; expected "Callable[[ServerConnection, Request], Awaitable[Response | None] | Response | None] | None"
|
type-checking (3.12):
src/ert/ensemble_evaluator/evaluator.py#L308
Argument "max_queue" to "serve" has incompatible type "None"; expected "int | tuple[int, int | None]"
|
type-checking (3.12)
Process completed with exit code 1.
|