Add a SystemKernel wrapper#287
Open
alexfikl wants to merge 6 commits into
Open
Annotations
8 errors and 10 warnings
|
Main Script
Process completed with exit code 1.
|
|
Main Script
6 errors
|
|
Main Script:
sumpy/test/test_tools.py#L103
Argument of type "Sequence[Expr]" cannot be assigned to parameter "b" of type "ArrayLike" in function "allclose"
Type "Sequence[Expr]" is not assignable to type "ArrayLike"
"Sequence[Expr]" is incompatible with protocol "_Buffer"
"__buffer__" is not present
"Sequence[Expr]" is incompatible with protocol "_SupportsArray[dtype[Any]]"
"__array__" is not present
"Sequence[Expr]" is incompatible with protocol "_NestedSequence[_SupportsArray[dtype[Any]]]"
"__getitem__" is an incompatible type
No overloaded function matches type "(index: int, /) -> (_T_co@_NestedSequence | _NestedSequence[_T_co@_NestedSequence])"
... (reportArgumentType)
|
|
Main Script:
sumpy/point_calculus.py#L350
Argument of type "ObjectArray1D[ArrayND[InexactT@norm, AnyShape]] | ArrayND[InexactT@norm, AnyShape]" cannot be assigned to parameter "x" of type "ArrayLike" in function "norm"
Type "ObjectArray1D[ArrayND[InexactT@norm, AnyShape]] | ArrayND[InexactT@norm, AnyShape]" is not assignable to type "ArrayLike"
Type "ObjectArray1D[ArrayND[InexactT@norm, AnyShape]]" is not assignable to type "ArrayLike"
"ObjectArray[tuple[int], ArrayND[InexactT@norm, AnyShape]]" is incompatible with protocol "_Buffer"
"__buffer__" is not present
"ObjectArray[tuple[int], ArrayND[InexactT@norm, AnyShape]]" is incompatible with protocol "_SupportsArray[dtype[Any]]"
"__array__" is not present
"ObjectArray[tuple[int], ArrayND[InexactT@norm, AnyShape]]" is incompatible with protocol "_NestedSequence[_SupportsArray[dtype[Any]]]"
"__contains__" is not present
... (reportArgumentType)
|
|
Main Script:
sumpy/kernel.py#L2261
No overloads for "__getitem__" match the provided arguments (reportCallIssue)
|
|
Main Script:
sumpy/kernel.py#L2261
"__getitem__" method not defined on type "bool_" (reportIndexIssue)
|
|
Main Script:
sumpy/kernel.py#L2261
"__getitem__" method not defined on type "bool" (reportIndexIssue)
|
|
Main Script:
sumpy/kernel.py#L2261
"__getitem__" method not defined on type "inexact[Any, float | complex]" (reportIndexIssue)
|
|
Main Script:
sumpy/test/geometries.py#L133
Argument type is Any
Argument corresponds to parameter "area_elements" in function "__init__" (reportAny)
|
|
Main Script:
sumpy/test/geometries.py#L133
Type of "copy" is Any (reportAny)
|
|
Main Script:
sumpy/test/geometries.py#L133
Type of "reshape" is Any (reportAny)
|
|
Main Script:
sumpy/test/geometries.py#L132
Argument type is Any
Argument corresponds to parameter "normals" in function "__init__" (reportAny)
|
|
Main Script:
sumpy/test/geometries.py#L132
Type of "copy" is Any (reportAny)
|
|
Main Script:
sumpy/test/geometries.py#L132
Type of "reshape" is Any (reportAny)
|
|
Main Script:
sumpy/test/geometries.py#L117
Argument type is Any
Argument corresponds to parameter "a" in function "zeros_like" (reportAny)
|
|
Main Script:
sumpy/test/geometries.py#L117
Type of "weights" is Any (reportAny)
|
|
Main Script:
sumpy/test/geometries.py#L115
Type of "normal" is Any (reportAny)
|
|
Main Script:
sumpy/test/geometries.py#L114
Type of "area_el" is Any (reportAny)
|
background
wait
wait-all
cancel
parallel
Loading