Skip to content

Run ensemble experiment with design matrix #31312

Run ensemble experiment with design matrix

Run ensemble experiment with design matrix #31312

Triggered via pull request October 23, 2024 21:06
Status Failure
Total duration 1m 40s
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/config/surface_config.py#L80
Missing positional argument "disabled" in call to "SurfaceConfig"
type-checking (3.12): src/ert/config/gen_kw_config.py#L193
Missing positional argument "disabled" in call to "GenKwConfig"
type-checking (3.12): src/ert/config/field.py#L118
Missing positional argument "disabled" in call to "Field"
type-checking (3.12): src/ert/config/ext_param_config.py#L24
Attributes without a default cannot follow attributes with one
type-checking (3.12): src/ert/config/design_matrix.py#L72
Missing return statement
type-checking (3.12): src/ert/config/design_matrix.py#L75
Value of type "dict[str, ParameterConfig] | None" is not indexable
type-checking (3.12): src/ert/config/design_matrix.py#L75
Item "ParameterConfig" of "ParameterConfig | Any" has no attribute "getKeyWords"
type-checking (3.12): src/ert/config/design_matrix.py#L77
"ParameterConfig" has no attribute "getKeyWords"
type-checking (3.12): src/ert/config/design_matrix.py#L79
Unsupported target for indexed assignment ("dict[str, ParameterConfig] | None")
type-checking (3.12): src/ert/config/design_matrix.py#L80
Value of type "dict[str, ParameterConfig] | None" is not indexable