Direct Solver: Multilevel Proxy-based Solver#174
Open
alexfikl wants to merge 2 commits into
Open
Annotations
10 errors and 10 warnings
|
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:
examples/scaling-study-hmatrix.py#L191
Cannot access attribute "exists" for class "str"
Attribute "exists" is unknown (reportAttributeAccessIssue)
|
|
Main Script:
examples/scaling-study-hmatrix.py#L190
Type "Path" is not assignable to declared type "str"
"Path" is not assignable to "str" (reportAssignmentType)
|
|
Main Script:
examples/scaling-study-hmatrix.py#L142
Cannot access attribute "matvec" for class "None"
Attribute "matvec" is unknown (reportAttributeAccessIssue)
|
|
Main Script:
examples/scaling-study-hmatrix.py#L141
Cannot access attribute "build" for class "None"
Attribute "build" is unknown (reportAttributeAccessIssue)
|
|
Main Script:
examples/scaling-study-hmatrix.py#L132
Argument of type "None" cannot be assigned to parameter "fmm_backend" of type "FMMBackend" in function "__init__"
Type "None" is not assignable to type "FMMBackend"
"None" is not assignable to "Literal['sumpy']"
"None" is not assignable to "Literal['fmmlib']" (reportArgumentType)
|
|
Main Script:
examples/scaling-study-hmatrix.py#L93
Argument of type "float | None" cannot be assigned to parameter "matvec" of type "float" in function "__init__"
Type "float | None" is not assignable to type "float"
"None" is not assignable to "float" (reportArgumentType)
|
|
Main Script:
examples/scaling-study-hmatrix.py#L93
Argument of type "float | None" cannot be assigned to parameter "build" of type "float" in function "__init__"
Type "float | None" is not assignable to type "float"
"None" is not assignable to "float" (reportArgumentType)
|
|
Main Script:
examples/scaling-study-hmatrix.py#L93
Type "Timings" is not assignable to return type "None"
"Timings" is not assignable to "None" (reportReturnType)
|
|
Main Script:
examples/scaling-study-hmatrix.py#L170
Argument type is Any
Argument corresponds to parameter "args" in function "loglog" (reportAny)
|
|
Main Script:
examples/scaling-study-hmatrix.py#L170
Argument type is Any
Argument corresponds to parameter "args" in function "loglog" (reportAny)
|
|
Main Script:
examples/scaling-study-hmatrix.py#L170
Type of "loglog" is partially unknown
Type of "loglog" is "(...) -> list[Line2D]" (reportUnknownMemberType)
|
|
Main Script:
examples/scaling-study-hmatrix.py#L169
Type of "error" is Any (reportAny)
|
|
Main Script:
examples/scaling-study-hmatrix.py#L169
Type of "h" is Any (reportAny)
|
|
Main Script:
examples/scaling-study-hmatrix.py#L166
Type of "figure" is partially unknown
Type of "figure" is "(num: int | str | Figure | SubFigure | None = None, figsize: Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | complex | bytes | str | _NestedSequence[complex | bytes | str] | tuple[float, float, Literal['in', 'cm', 'px']] | None = None, dpi: float | None = None, *, facecolor: tuple[float, float, float] | str | tuple[float, float, float, float] | tuple[tuple[float, float, float] | str, float] | tuple[tuple[float, float, float, float], float] | None = None, edgecolor: tuple[float, float, float] | str | tuple[float, float, float, float] | tuple[tuple[float, float, float] | str, float] | tuple[tuple[float, float, float, float], float] | None = None, frameon: bool = True, FigureClass: type[Figure] = Figure, clear: bool = False, **kwargs: Unknown) -> Figure" (reportUnknownMemberType)
|
|
Main Script:
examples/scaling-study-hmatrix.py#L142
Argument type is unknown
Argument corresponds to parameter "error" in function "add_data_point" (reportUnknownArgumentType)
|
|
Main Script:
examples/scaling-study-hmatrix.py#L142
Type of "matvec" is unknown (reportUnknownMemberType)
|
|
Main Script:
examples/scaling-study-hmatrix.py#L141
Argument type is unknown
Argument corresponds to parameter "error" in function "add_data_point" (reportUnknownArgumentType)
|
|
Main Script:
examples/scaling-study-hmatrix.py#L141
Type of "build" is unknown (reportUnknownMemberType)
|
background
wait
wait-all
cancel
parallel
Loading