Combine gendata config directly #29498
Annotations
10 errors
src/ert/config/summary_config.py#L56
Missing return statement
|
src/ert/config/observations.py#L411
"ResponseConfig" has no attribute "get_args_for_key"
|
src/ert/config/gen_data_config.py#L25
Function is missing a return type annotation
|
src/ert/config/gen_data_config.py#L35
No overload variant of "get" of "dict" matches argument types "str", "list[Never]"
|
src/ert/config/gen_data_config.py#L152
Function is missing a return type annotation
|
src/ert/config/ensemble_config.py#L85
List comprehension has incompatible type List[str]; expected List[ParameterConfig]
|
src/ert/config/ensemble_config.py#L86
List comprehension has incompatible type List[str]; expected List[ResponseConfig]
|
src/ert/config/ensemble_config.py#L101
Argument 1 to "join" of "str" has incompatible type "list[ResponseConfig | ParameterConfig]"; expected "Iterable[str]"
|
src/ert/config/ensemble_config.py#L102
Argument 2 to "with_context" of "ConfigValidationError" has incompatible type "ResponseConfig | ParameterConfig"; expected "ContextString | ContextFloat | ContextInt | ContextBool | float | bool | str | int | Enum | FileContextToken | list[Any]"
|
src/ert/run_models/base_run_model.py#L335
Item "None" of "Exception | None" has no attribute "__traceback__"
|
This job failed
Loading