Add ScalarParameters replacing GenKW in parameter config #35670
Annotations
8 errors
type-checking (3.12):
src/ert/config/scalar_parameter.py#L212
"object" not callable
|
type-checking (3.12):
src/ert/config/scalar_parameter.py#L467
Return type "None" of "read_from_runpath" incompatible with return type "Dataset" in supertype "ParameterConfig"
|
type-checking (3.12):
src/ert/config/gen_kw_config.py#L287
Signature of "sample_or_load" incompatible with supertype "ParameterConfig"
|
type-checking (3.12):
src/ert/enkf_main.py#L208
Incompatible types in assignment (expression has type "Dataset | DataFrame", variable has type "DataFrame")
|
type-checking (3.12):
src/ert/run_models/ensemble_smoother.py#L12
Module "ert.enkf_main" has no attribute "save_design_matrix_to_ensemble"
|
type-checking (3.12):
src/ert/run_models/ensemble_smoother.py#L86
"ScalarParameters" object is not iterable
|
type-checking (3.12):
src/ert/run_models/ensemble_smoother.py#L86
Argument 1 to "merge_with_existing_parameters" of "DesignMatrix" has incompatible type "list[ParameterConfig]"; expected "ScalarParameters"
|
type-checking (3.12)
Process completed with exit code 1.
|