Skip to content

Replace run analysis tool with run model #21919

Replace run analysis tool with run model

Replace run analysis tool with run model #21919

Triggered via pull request December 1, 2023 13:27
Status Failure
Total duration 2m 48s
Artifacts

typing.yml

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

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.