Skip to content

Group observations by response type #24429

Group observations by response type

Group observations by response type #24429

Triggered via pull request March 6, 2024 13:49
Status Failure
Total duration 3m 23s
Artifacts

typing.yml

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

Annotations

10 errors
type-checking (3.12): src/ert/config/observation_vector.py#L30
Missing return statement
type-checking (3.12): src/ert/config/observation_vector.py#L30
Function "builtins.any" is not valid as a type
type-checking (3.12): src/ert/analysis/_es_update.py#L199
Need type annotation for "measured_data" (hint: "measured_data: List[<type>] = ...")
type-checking (3.12): src/ert/dark_storage/common.py#L156
Missing positional argument "dims_or_levels" in call to "reset_index" of "Dataset"
type-checking (3.12): src/ert/dark_storage/common.py#L164
Argument 1 to "extend" of "list" has incompatible type "Dataset"; expected "Iterable[dict[str, Any]]"
type-checking (3.12): src/ert/dark_storage/common.py#L166
Unused "type: ignore" comment
type-checking (3.12): src/ert/dark_storage/common.py#L184
Unused "type: ignore" comment
type-checking (3.12): src/ert/dark_storage/common.py#L186
Unused "type: ignore" comment
type-checking (3.12): src/ert/dark_storage/endpoints/records.py#L113
Need type annotation for "response_names_with_observations" (hint: "response_names_with_observations: Set[<type>] = ...")
type-checking (3.12)
Process completed with exit code 1.