Skip to content

Save & load responses as parquet #30306

Save & load responses as parquet

Save & load responses as parquet #30306

Triggered via pull request September 20, 2024 13:35
Status Failure
Total duration 1m 46s
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/storage/migration/to7.py#L145
Function is missing a return type annotation
type-checking (3.12): src/ert/storage/migration/to7.py#L182
Function is missing a return type annotation
type-checking (3.12): src/ert/storage/migration/to7.py#L207
Function is missing a return type annotation
type-checking (3.12): src/ert/config/observation_vector.py#L60
Unused "type: ignore" comment
type-checking (3.12): src/ert/storage/local_ensemble.py#L591
Incompatible return value type (got "DataFrame", expected "Dataset | None")
type-checking (3.12): src/ert/config/observations.py#L45
Need type annotation for "grouped" (hint: "grouped: dict[<type>, <type>] = ...")
type-checking (3.12): src/ert/analysis/_es_update.py#L162
Argument 1 to "is_in" of "Expr" has incompatible type "Iterable[str]"; expected "Expr | Collection[Any] | Series"
type-checking (3.12): src/ert/simulator/batch_simulator_context.py#L254
"Series" has no attribute "values"
type-checking (3.12): src/ert/storage/local_experiment.py#L320
Need type annotation for "keys" (hint: "keys: list[<type>] = ...")
type-checking (3.12): src/ert/storage/migration/block_fs.py#L316
Argument "observations" to "create_experiment" of "LocalStorage" has incompatible type "dict[str, DataFrame]"; expected "dict[str, Dataset] | None"