Harmony integration #219
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
|