Skip to content

Extend save parameters to handle multiple realizations #31764

Extend save parameters to handle multiple realizations

Extend save parameters to handle multiple realizations #31764

Triggered via pull request November 6, 2024 07:59
Status Failure
Total duration 1m 44s
Artifacts

typing.yml

on: pull_request
Matrix: type-checking
Fit to window
Zoom out
Zoom in

Annotations

3 errors
type-checking (3.12): src/ert/storage/local_ensemble.py#L821
Argument 1 to "len" has incompatible type "list[generic | int | float | complex | str | bytes | memoryview[int]] | int | Sequence[int]"; expected "Sized"
type-checking (3.12): src/ert/storage/local_ensemble.py#L826
Item "int" of "list[generic | int | float | complex | str | bytes | memoryview[int]] | int | Sequence[int]" has no attribute "__iter__" (not iterable)
type-checking (3.12)
Process completed with exit code 1.