Skip to content

Add ScalarParameters replacing GenKW in parameter config #35684

Add ScalarParameters replacing GenKW in parameter config

Add ScalarParameters replacing GenKW in parameter config #35684

Triggered via pull request March 13, 2025 11:16
Status Failure
Total duration 1m 11s
Artifacts

typing.yml

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

Annotations

5 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)
Process completed with exit code 1.