Replace run analysis tool with run model #21919
Annotations
5 errors
type-checking (3.11):
src/ert/run_models/run_arguments.py#L31
Invalid type: try using Literal[True] instead?
|
type-checking (3.11):
src/ert/run_models/manual_update.py#L42
Incompatible types in assignment (expression has type "ManualUpdateArguments", base class "BaseRunModel" defined the type as "SingleTestRunArguments | EnsembleExperimentRunArguments | ESRunArguments | ESMDARunArguments | SIESRunArguments")
|
type-checking (3.11):
src/ert/run_models/manual_update.py#L55
Argument 1 to "__init__" of "BaseRunModel" has incompatible type "ManualUpdateArguments"; expected "SingleTestRunArguments | EnsembleExperimentRunArguments | ESRunArguments | ESMDARunArguments | SIESRunArguments"
|
type-checking (3.11):
src/ert/run_models/manual_update.py#L153
Signature of "simulation_arguments" incompatible with supertype "BaseRunModel"
|
type-checking (3.11)
Process completed with exit code 1.
|