Direct Solver: Recursive Skeletonization #164
Open
Annotations
10 errors and 10 warnings
|
Main Script:
pytential/linalg/cluster.py#L255
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#L255
No overloads for "__getitem__" match the provided arguments (reportCallIssue)
|
|
Main Script:
pytential/linalg/cluster.py#L248
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#L248
No overloads for "__getitem__" match the provided arguments (reportCallIssue)
|
|
Main Script:
pytential/linalg/cluster.py#L248
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#L248
No overloads for "__getitem__" match the provided arguments (reportCallIssue)
|
|
Main Script:
pytential/linalg/cluster.py#L248
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#L248
No overloads for "__getitem__" match the provided arguments (reportCallIssue)
|
|
Main Script:
pytential/linalg/cluster.py#L246
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#L246
No overloads for "__getitem__" match the provided arguments (reportCallIssue)
|
|
Main Script:
pytential/linalg/cluster.py#L381
Argument type is unknown
Argument corresponds to parameter "array" in function "to_numpy" (reportUnknownArgumentType)
|
|
Main Script:
pytential/linalg/cluster.py#L376
Argument type is Any
Argument corresponds to parameter "particles" in function "__call__" (reportAny)
|
|
Main Script:
pytential/linalg/cluster.py#L375
Type of "tree" is unknown (reportUnknownVariableType)
|
|
Main Script:
pytential/linalg/cluster.py#L255
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#L248
Argument type is unknown
Argument corresponds to parameter "dtype" in function "__call__" (reportUnknownArgumentType)
|
|
Main Script:
pytential/linalg/cluster.py#L248
Type of "dtype" is unknown (reportUnknownMemberType)
|
|
Main Script:
pytential/linalg/cluster.py#L248
Type of "shape" is unknown (reportUnknownMemberType)
|
|
Main Script:
pytential/linalg/cluster.py#L248
Type of "shape" is unknown (reportUnknownMemberType)
|
|
Main Script:
pytential/linalg/cluster.py#L248
Argument type is partially unknown
Argument corresponds to parameter "shape" in function "__call__"
Argument type is "tuple[Unknown, Unknown]" (reportUnknownArgumentType)
|
|
Main Script:
pytential/linalg/cluster.py#L246
Return type is unknown (reportUnknownVariableType)
|
Loading