Find derivative recurrences from PDE (via parametric derivative taking) #204
Annotations
10 errors and 10 warnings
|
sumpy/recurrence.py#L450
Expected class but received "list[type[int] | type[Expr]]" (reportGeneralTypeIssues)
|
|
sumpy/recurrence.py#L450
List expression not allowed in type expression
Use list[T] to indicate a list type or T1 | T2 to indicate a union type (reportInvalidTypeForm)
|
|
sumpy/recurrence.py#L312
Cannot access attribute "subs" for class "int"
Attribute "subs" is unknown (reportAttributeAccessIssue)
|
|
sumpy/recurrence.py#L265
Type "Unknown | Literal[0]" is not assignable to return type "Expr"
Type "Unknown | Literal[0]" is not assignable to type "Expr"
"Literal[0]" is not assignable to "Expr" (reportReturnType)
|
|
sumpy/recurrence.py#L249
Expected type arguments for generic class "list" (reportMissingTypeArgument)
|
|
sumpy/recurrence.py#L241
Type "int" is not assignable to return type "Expr"
"int" is not assignable to "Expr" (reportReturnType)
|
|
sumpy/recurrence.py#L182
Type "Expr | Basic" is not assignable to return type "Expr"
Type "Expr | Basic" is not assignable to type "Expr"
"Basic" is not assignable to "Expr" (reportReturnType)
|
|
sumpy/recurrence.py#L133
Expected type arguments for generic class "dict" (reportMissingTypeArgument)
|
|
sumpy/recurrence.py#L130
Type "tuple[Expr | Unknown | Literal[0], ObjectArray1D[Symbol], int]" is not assignable to return type "tuple[Expr, ndarray[_AnyShape, dtype[Any]], int]"
Type "Expr | Unknown | Literal[0]" is not assignable to type "Expr"
"Literal[0]" is not assignable to "Expr"
"ObjectArray[tuple[int], Symbol]" is not assignable to "ndarray[_AnyShape, dtype[Any]]" (reportReturnType)
|
|
sumpy/recurrence.py#L128
Cannot access attribute "subs" for class "Literal[0]"
Attribute "subs" is unknown (reportAttributeAccessIssue)
|
|
sumpy/p2p.py#L731
Argument type is partially unknown
Argument corresponds to parameter "__p0"
Argument type is "TranslationUnit | Unknown" (reportUnknownArgumentType)
|
|
sumpy/p2p.py#L730
Argument type is partially unknown
Argument corresponds to parameter "__p0"
Argument type is "TranslationUnit | Unknown" (reportUnknownArgumentType)
|
|
sumpy/p2p.py#L729
Argument type is partially unknown
Argument corresponds to parameter "__p0"
Argument type is "TranslationUnit | Unknown" (reportUnknownArgumentType)
|
|
sumpy/p2p.py#L727
Argument type is partially unknown
Argument corresponds to parameter "__p0"
Argument type is "TranslationUnit | Unknown" (reportUnknownArgumentType)
|
|
sumpy/p2p.py#L726
Argument type is partially unknown
Argument corresponds to parameter "__p0"
Argument type is "TranslationUnit | Unknown" (reportUnknownArgumentType)
|
|
sumpy/p2p.py#L719
Argument type is partially unknown
Argument corresponds to parameter "__p0"
Argument type is "TranslationUnit | Unknown" (reportUnknownArgumentType)
|
|
sumpy/p2p.py#L718
Argument type is partially unknown
Argument corresponds to parameter "__p0"
Argument type is "TranslationUnit | Unknown" (reportUnknownArgumentType)
|
|
sumpy/p2p.py#L713
Argument type is partially unknown
Argument corresponds to parameter "__p0"
Argument type is "TranslationUnit | Unknown" (reportUnknownArgumentType)
|
|
sumpy/p2p.py#L665
Return type, "TranslationUnit | Unknown", is partially unknown (reportUnknownParameterType)
|
|
sumpy/derivative_taker.py#L288
Argument type is unknown
Argument corresponds to parameter "expr" in function "add_to_sac" (reportUnknownArgumentType)
|
The logs for this run have expired and are no longer available.
Loading