Skip to content

Harmony integration #219

Harmony integration

Harmony integration #219

Triggered via pull request February 14, 2025 19:17
Status Failure
Total duration 1m 11s
Artifacts

typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
test: icepyx/core/base_query.py#L853
Cannot access attribute "_cust_options" for class "LegacyQuery*"   Attribute "_cust_options" is unknown (reportAttributeAccessIssue)
test: icepyx/core/base_query.py#L953
Argument of type "EGIRequiredParams" cannot be assigned to parameter "cloud" of type "bool" in function "get_avail"   Type "EGIRequiredParams" is not assignable to type "bool"     "EGIRequiredParamsSearch" is not assignable to "bool" (reportArgumentType)
test: icepyx/core/granules.py#L316
Argument of type "EGIRequiredParamsDownload" cannot be assigned to parameter "cloud" of type "bool" in function "get_avail"   "EGIRequiredParamsDownload" is not assignable to "bool" (reportArgumentType)
test: icepyx/core/query.py#L174
Type "tuple[dict[Unknown, Unknown], NDArray[Unknown]] | Unknown | list[Unknown] | None" is not assignable to return type "list[str]"   Type "tuple[dict[Unknown, Unknown], NDArray[Unknown]] | Unknown | list[Unknown] | None" is not assignable to type "list[str]"     "tuple[dict[Unknown, Unknown], NDArray[Unknown]]" is not assignable to "list[str]" (reportReturnType)
test
4 errors