Direct Solver: Recursive Skeletonization #164
Open
Annotations
10 errors and 10 warnings
|
Main Script:
pytential/linalg/cluster.py#L392
Cannot access attribute "box_source_counts_cumul" for class "ndarray[_AnyShape, dtype[Any]]"
Attribute "box_source_counts_cumul" is unknown (reportAttributeAccessIssue)
|
|
Main Script:
pytential/linalg/cluster.py#L391
Cannot access attribute "box_source_starts" for class "ndarray[_AnyShape, dtype[Any]]"
Attribute "box_source_starts" is unknown (reportAttributeAccessIssue)
|
|
Main Script:
pytential/linalg/cluster.py#L383
Cannot access attribute "box_flags" for class "ndarray[_AnyShape, dtype[Any]]"
Attribute "box_flags" is unknown (reportAttributeAccessIssue)
|
|
Main Script:
pytential/linalg/cluster.py#L381
Cannot access attribute "box_flags" for class "ndarray[_AnyShape, dtype[Any]]"
Attribute "box_flags" is unknown (reportAttributeAccessIssue)
|
|
Main Script:
pytential/linalg/cluster.py#L298
Type "ndarray[_AnyShape, dtype[Any]]" is not assignable to return type "ObjectArray1D[Array1D[Any]]"
"ndarray[_AnyShape, dtype[Any]]" is not assignable to "ObjectArray[tuple[int], Array1D[Any]]" (reportReturnType)
|
|
Main Script:
pytential/linalg/cluster.py#L258
Argument of type "integer[Any]" cannot be assigned to parameter "j" of type "int" in function "make_block"
"integer[Any]" is not assignable to "int" (reportArgumentType)
|
|
Main Script:
pytential/linalg/cluster.py#L258
Argument of type "integer[Any]" cannot be assigned to parameter "i" of type "int" in function "make_block"
"integer[Any]" is not assignable to "int" (reportArgumentType)
|
|
Main Script:
pytential/linalg/cluster.py#L254
Argument of type "integer[Any]" cannot be assigned to parameter "x" of type "tuple[int | slice[Any, Any, Any], ...]" in function "__getitem__"
"integer[Any]" is not assignable to "tuple[int | slice[Any, Any, Any], ...]" (reportArgumentType)
|
|
Main Script:
pytential/linalg/cluster.py#L254
No overloads for "__getitem__" match the provided arguments (reportCallIssue)
|
|
Main Script:
pytential/linalg/cluster.py#L141
Expected class but received "UnionType | type"
"UnionType" is not a class (reportGeneralTypeIssues)
|
|
Main Script:
pytential/linalg/cluster.py#L387
Argument type is unknown
Argument corresponds to parameter "obj" in function "len" (reportUnknownArgumentType)
|
|
Main Script:
pytential/linalg/cluster.py#L383
Type of "box_flags" is unknown (reportUnknownMemberType)
|
|
Main Script:
pytential/linalg/cluster.py#L382
Type of "nonzero" is unknown (reportUnknownMemberType)
|
|
Main Script:
pytential/linalg/cluster.py#L382
Type of "leaf_boxes" is unknown (reportUnknownVariableType)
|
|
Main Script:
pytential/linalg/cluster.py#L381
Type of "box_flags" is unknown (reportUnknownMemberType)
|
|
Main Script:
pytential/linalg/cluster.py#L377
Argument type is Any
Argument corresponds to parameter "array" in function "to_numpy" (reportAny)
|
|
Main Script:
pytential/linalg/cluster.py#L372
Argument type is Any
Argument corresponds to parameter "particles" in function "__call__" (reportAny)
|
|
Main Script:
pytential/linalg/cluster.py#L371
Type of "tree" is Any (reportAny)
|
|
Main Script:
pytential/linalg/cluster.py#L254
Argument type is partially unknown
Argument corresponds to parameter "arrays" in function "concatenate"
Argument type is "list[Unknown]" (reportUnknownArgumentType)
|
|
Main Script:
pytential/linalg/cluster.py#L199
Return type is Any (reportAny)
|
Loading