Add EventSender
to resolve dependency cycle
#22696
Annotations
6 errors
Run mypy:
src/ert/scheduler/scheduler.py#L116
Unsupported target for indexed assignment ("Mapping[int, Job]")
|
Run mypy:
src/ert/scheduler/scheduler.py#L116
Too many arguments for "Job"
|
Run mypy:
src/ert/scheduler/scheduler.py#L116
Argument 1 to "Job" has incompatible type "Scheduler"; expected "Realization"
|
Run mypy:
src/ert/scheduler/job.py#L193
"Job" has no attribute "_scheduler"
|
Run mypy:
src/ert/scheduler/job.py#L197
Argument 1 to "send" of "EventSender" has incompatible type "str"; expected "Literal['com.equinor.ert.realization.failure', 'com.equinor.ert.realization.pending', 'com.equinor.ert.realization.running', 'com.equinor.ert.realization.success', 'com.equinor.ert.realization.unknown', 'com.equinor.ert.realization.waiting', 'com.equinor.ert.realization.timeout']"
|
Run mypy
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading