Ecosystem report

Old: main (merge base) e84b0f49 New: 23116/merge fb7317bb
Lint Rule Removed Added Changed
Total 44 214 100
unsupported-operator 1 84 50
not-subscriptable 1 96 0
possibly-missing-attribute 16 26 35
invalid-argument-type 5 8 10
no-matching-overload 20 0 0
invalid-return-type 1 0 2
not-iterable 0 0 2
invalid-assignment 0 0 1
Project Removed Added Changed
Total 44 214 100
sympy 29 214 98
core 13 0 0
hydpy 1 0 2
tornado 1 0 0

core (https://github.com/home-assistant/core)

homeassistant/components/anthropic/entity.py

[warning] possibly-missing-attribute - :683:44 - Attribute `attachments` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`
[warning] possibly-missing-attribute - :695:64 - Attribute `attachments` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`

homeassistant/components/cloud/entity.py

[warning] possibly-missing-attribute - :460:44 - Attribute `attachments` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`
[warning] possibly-missing-attribute - :461:64 - Attribute `attachments` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`

homeassistant/components/conversation/chat_log.py

[warning] possibly-missing-attribute - :93:16 - Attribute `content` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`
[warning] possibly-missing-attribute - :367:17 - Attribute `content` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`
[warning] possibly-missing-attribute - :368:17 - Attribute `content` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`

homeassistant/components/google_generative_ai_conversation/entity.py

[error] invalid-argument-type - :518:37 - Argument to bound method `append` is incorrect: Expected `ToolResultContent`, found `Content`
[error] invalid-argument-type - :533:46 - Argument to function `_convert_content` is incorrect: Expected `UserContent | AssistantContent | SystemContent`, found `SystemContent | UserContent | AssistantContent | ToolResultContent`

homeassistant/components/open_router/entity.py

[warning] possibly-missing-attribute - :264:44 - Attribute `attachments` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`
[warning] possibly-missing-attribute - :272:49 - Attribute `attachments` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`

homeassistant/components/openai_conversation/entity.py

[warning] possibly-missing-attribute - :602:44 - Attribute `attachments` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`
[warning] possibly-missing-attribute - :605:49 - Attribute `attachments` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`

hydpy (https://github.com/hydpy-dev/hydpy)

hydpy/models/sw1d_network.py

[error] invalid-argument-type - :1168:75 - Argument to bound method `append_submodel` is incorrect: Expected `RoutingModel_V1 | RoutingModel_V2`, found `RoutingModel_V1 | RoutingModel_V2 | RoutingModel_V3`
[error] invalid-argument-type - :1169 -
Old: Argument to bound method `append_submodel` is incorrect: Expected `RoutingModel_V2 | RoutingModel_V3`, found `RoutingModel_V1 | RoutingModel_V2 | RoutingModel_V3`
New: Argument to bound method `append_submodel` is incorrect: Expected `RoutingModel_V2 | RoutingModel_V3`, found `RoutingModel_V1`
[error] invalid-argument-type - :1173 -
Old: Argument to bound method `append_submodel` is incorrect: Expected `RoutingModel_V2 | RoutingModel_V3`, found `RoutingModel_V1 | RoutingModel_V2 | RoutingModel_V3`
New: Argument to bound method `append_submodel` is incorrect: Expected `RoutingModel_V2 | RoutingModel_V3`, found `RoutingModel_V1`

sympy (https://github.com/sympy/sympy)

sympy/simplify/sqrtdenest.py

[warning] possibly-missing-attribute - :430:25 - Attribute `subs` may be missing on object of type `Basic | int | float | complex | Any`

sympy/algebras/quaternion.py

[error] invalid-assignment - :132 -
Old: Object of type `Basic` is not assignable to `Expr | int | float | complex`
New: Object of type `Basic | int | float | complex | Any` is not assignable to `Expr | int | float | complex`

sympy/algebras/tests/test_quaternion.py

[error] not-subscriptable - :75:10 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :75:10 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method

sympy/functions/combinatorial/factorials.py

[warning] possibly-missing-attribute - :968:29 - Attribute `is_nonnegative` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :968:47 - Attribute `is_integer` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :969:12 - Attribute `is_zero` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :975:12 - Attribute `is_integer` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :976:16 - Attribute `is_negative` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :978:18 - Attribute `is_number` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :984:14 - Attribute `is_number` may be missing on object of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :967 -
Old: Operator `-` is not supported between two objects of type `Basic`
New: Operator `-` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :972 -
Old: Operator `-` is not supported between objects of type `Basic` and `Literal[1]`
New: Operator `-` is not supported between objects of type `Basic | int | float | complex | Any` and `Literal[1]`
[error] unsupported-operator - :986 -
Old: Operator `+` is not supported between objects of type `Basic` and `Literal[1]`
New: Operator `+` is not supported between objects of type `Basic | int | float | complex | Any` and `Literal[1]`
[error] unsupported-operator - :986 -
Old: Operator `+` is not supported between objects of type `Basic` and `Literal[1]`
New: Operator `+` is not supported between objects of type `Basic | int | float | complex | Any` and `Literal[1]`
[error] unsupported-operator - :986 -
Old: Operator `-` is not supported between two objects of type `Basic`
New: Operator `-` is not supported between two objects of type `Basic | int | float | complex | Any`

sympy/geometry/point.py

[warning] possibly-missing-attribute - :1295 -
Old: Attribute `tolist` may be missing on object of type `MatrixBase | Expr`
New: Attribute `tolist` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/geometry/polygon.py

[warning] possibly-missing-attribute - :1500:12 - Attribute `is_Number` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :1509:40 - Attribute `is_number` may be missing on object of type `Basic | int | float | complex | Any`
[error] invalid-argument-type - :1501 -
Old: Argument to function `as_int` is incorrect: Expected `SupportsIndex`, found `Basic`
New: Argument to function `as_int` is incorrect: Expected `SupportsIndex`, found `Basic | int | float | complex | Any`
[error] unsupported-operator - :1502 -
Old: Operator `<` is not supported between objects of type `Basic` and `Literal[3]`
New: Operator `<` is not supported between objects of type `Basic | int | float | complex | Any` and `Literal[3]`

sympy/integrals/tests/test_heurisch.py

[error] unsupported-operator - :389:17 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] not-subscriptable - :390:26 - Cannot subscript object of type `Expr` with no `__getitem__` method

sympy/matrices/decompositions.py

[error] unsupported-operator - :1334:13 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MatrixBase`
[error] unsupported-operator - :1348:13 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MatrixBase`
[warning] possibly-missing-attribute - :1321 -
Old: Attribute `diagonalize` may be missing on object of type `MatrixBase | Expr`
New: Attribute `diagonalize` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :1336 -
Old: Attribute `diagonalize` may be missing on object of type `MatrixBase | Expr`
New: Attribute `diagonalize` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] invalid-return-type - :1350 -
Old: Return type does not match returned value: expected `tuple[Tmat@_singular_value_decomposition, Tmat@_singular_value_decomposition, Tmat@_singular_value_decomposition]`, found `tuple[MatrixBase | Expr | Unknown, MatrixBase, MatrixBase | Expr | Unknown]`
New: Return type does not match returned value: expected `tuple[Tmat@_singular_value_decomposition, Tmat@_singular_value_decomposition, Tmat@_singular_value_decomposition]`, found `tuple[Unknown | MatrixBase, MatrixBase, MatrixBase | Unknown]`

sympy/matrices/eigen.py

[error] invalid-argument-type - :328:22 - Argument to bound method `_as_type` is incorrect: Expected `MatrixBase`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown`

sympy/matrices/expressions/tests/test_derivatives.py

[error] unsupported-operator - :551 -
Old: Operator `+` is not supported between two objects of type `MatrixBase | Expr`
New: Operator `+` is not supported between two objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/matrices/expressions/tests/test_matadd.py

[error] unsupported-operator - :36 -
Old: Operator `+` is not supported between objects of type `MatrixBase` and `MatrixBase | Expr`
New: Operator `+` is not supported between objects of type `MatrixBase` and `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/matrices/expressions/tests/test_matmul.py

[warning] possibly-missing-attribute - :158 -
Old: Attribute `as_explicit` may be missing on object of type `MatrixBase | Expr`
New: Attribute `as_explicit` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/matrices/expressions/tests/test_matpow.py

[error] unsupported-operator - :123:46 - Operator `**` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Literal[2]`

sympy/matrices/expressions/tests/test_permutation.py

[warning] possibly-missing-attribute - :27 -
Old: Attribute `as_explicit` may be missing on object of type `MatrixBase | Expr`
New: Attribute `as_explicit` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/matrices/inverse.py

[error] unsupported-operator - :384:11 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MatrixBase`
[error] unsupported-operator - :392:11 - Unary operator `-` is not supported for object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unsupported-operator - :385:11 - Operator `-` is not supported between objects of type `MatrixBase` and `MatrixBase | Expr | Unknown`
[error] unsupported-operator - :393 -
Old: Operator `+` is not supported between objects of type `MatrixBase` and `MatrixBase | Expr | Unknown`
New: Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MatrixBase | Expr`
[error] unsupported-operator - :393:22 - Unary operator `-` is not supported for object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/matrices/matrixbase.py

[error] unsupported-operator - :5076:19 - Operator `*` is not supported between objects of type `@Todo | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `@Todo | Self@log`
[error] invalid-return-type - :5078:16 - Return type does not match returned value: expected `Self@log`, found `MatrixBase | @Todo | Expr`
[error] invalid-argument-type - :3046 -
Old: Argument is incorrect: Expected `(MatrixBase, MatrixBase | Expr, /) -> MatrixBase | Expr`, found `Overload[[Self](self, other: Self) -> Self, (self, other: MatrixBase) -> MatrixBase, (self, other: Expr) -> MatrixBase]`
New: Argument is incorrect: Expected `(T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr, T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr, /) -> T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`, found `Overload[[Self](self, other: Self) -> Self, (self, other: MatrixBase) -> MatrixBase, (self, other: Expr) -> MatrixBase]`
[error] not-subscriptable - :3944:39 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :3944:39 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] invalid-return-type - :4640 -
Old: Return type does not match returned value: expected `Self@D`, found `MatrixBase | Expr`
New: Return type does not match returned value: expected `Self@D`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] not-subscriptable - :4748:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :4748:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method

sympy/matrices/solvers.py

[error] invalid-argument-type - :637:27 - Argument to bound method `vstack` is incorrect: Argument type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown` does not satisfy upper bound `MatrixBase` of type variable `Self`
[error] invalid-argument-type - :637:27 - Argument to bound method `vstack` is incorrect: Expected `Tmat@_gauss_jordan_solve`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown`
[warning] possibly-missing-attribute - :976 -
Old: Attribute `solve` may be missing on object of type `MatrixBase | Expr`
New: Attribute `solve` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] invalid-argument-type - :976 -
Old: Argument to bound method `solve` is incorrect: Argument type `MatrixBase | Expr` does not satisfy upper bound `MatrixBase` of type variable `Self`
New: Argument to bound method `solve` is incorrect: Argument type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` does not satisfy upper bound `MatrixBase` of type variable `Self`
[error] invalid-argument-type - :976 -
Old: Argument to bound method `solve` is incorrect: Expected `MatrixBase`, found `MatrixBase | Expr`
New: Argument to bound method `solve` is incorrect: Expected `MatrixBase`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/matrices/sparse.py

[warning] possibly-missing-attribute - :417 -
Old: Attribute `inv` may be missing on object of type `MatrixBase | Expr`
New: Attribute `inv` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/matrices/tests/test_decompositions.py

[error] unsupported-operator - :77:19 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :84:19 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :90:19 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :103:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :110:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :123:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :290:13 - Operator `-` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :345:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :348:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :355:23 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[warning] possibly-missing-attribute - :23 -
Old: Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
New: Attribute `permute_rows` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :32 -
Old: Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
New: Attribute `permute_rows` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :42 -
Old: Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
New: Attribute `permute_rows` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :51 -
Old: Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
New: Attribute `permute_rows` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :57 -
Old: Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
New: Attribute `permute_rows` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] no-matching-overload - :131:12 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :131:21 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[warning] possibly-missing-attribute - :288 -
Old: Attribute `applyfunc` may be missing on object of type `MatrixBase | Expr`
New: Attribute `applyfunc` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] no-matching-overload - :393:16 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :393:25 - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[error] no-matching-overload - :394:16 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :394:25 - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[warning] possibly-missing-attribute - :395 -
Old: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :396 -
Old: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] no-matching-overload - :439:13 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :439:22 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] no-matching-overload - :451:12 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :451:21 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] no-matching-overload - :464:12 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :464:21 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] no-matching-overload - :475:12 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :475:21 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] no-matching-overload - :488:12 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :488:21 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`

sympy/matrices/tests/test_eigen.py

[warning] possibly-missing-attribute - :257:16 - Attribute `n` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unsupported-operator - :306:14 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `ImmutableDenseMatrix`
[error] unsupported-operator - :307:14 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :322:15 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `ImmutableDenseMatrix`
[error] unsupported-operator - :323:15 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :364:14 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `ImmutableDenseMatrix`
[error] unsupported-operator - :365:14 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :380:15 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `ImmutableDenseMatrix`
[error] unsupported-operator - :381:15 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :405:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :793:19 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] invalid-argument-type - :406:20 - Argument to function `max` is incorrect: Expected `Iterable[Unknown]`, found `MatrixBase | Unknown`
[error] no-matching-overload - :477:12 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :477:21 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[warning] possibly-missing-attribute - :492:12 - Attribute `applyfunc` may be missing on object of type `MatrixBase | Expr | Unknown`
[error] unsupported-operator - :492:13 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`

sympy/matrices/tests/test_matrices.py

[error] unsupported-operator - :394:16 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :1581:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :1587:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :1594:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :1599:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :1607:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :1616:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :2557:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[warning] possibly-missing-attribute - :3477:12 - Attribute `rank` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown`
[error] not-subscriptable - :201:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :201:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :202:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :202:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :203:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :203:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :204:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :204:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :205:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :205:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :206:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :206:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :213:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :213:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :214:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :214:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :215:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :215:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :216:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :216:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :217:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :217:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :218:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :218:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] invalid-argument-type - :221 -
Old: Argument to bound method `multiply_elementwise` is incorrect: Expected `MatrixBase`, found `MatrixBase | Expr`
New: Argument to bound method `multiply_elementwise` is incorrect: Expected `MatrixBase`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] no-matching-overload - :1739:12 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :1739:21 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] no-matching-overload - :2680:16 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :2680:25 - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[error] no-matching-overload - :2681:16 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :2681:25 - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[warning] possibly-missing-attribute - :2682 -
Old: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :2683 -
Old: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :2728 -
Old: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :2746 -
Old: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :3055 -
Old: Attribute `analytic_func` may be missing on object of type `MatrixBase | Expr`
New: Attribute `analytic_func` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :3071 -
Old: Attribute `exp` may be missing on object of type `MatrixBase | Expr`
New: Attribute `exp` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :3478:12 - Attribute `rank` may be missing on object of type `MatrixBase | MatrixExpr | Unknown`
[error] unsupported-operator - :3478:13 - Operator `**` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown` and `Literal[2]`
[warning] possibly-missing-attribute - :3479:12 - Attribute `rank` may be missing on object of type `MatrixBase | MatrixExpr | Unknown`
[error] unsupported-operator - :3479:13 - Operator `**` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown` and `Literal[3]`

sympy/matrices/tests/test_matrixbase.py

[error] unsupported-operator - :1148:16 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :2339:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :2345:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :2352:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :2357:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :2365:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :2374:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :3288:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] not-subscriptable - :963:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :963:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :964:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :964:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :965:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :965:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :966:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :966:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :967:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :967:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :968:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :968:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] no-matching-overload - :2497:12 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :2497:21 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] no-matching-overload - :3384:16 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :3384:25 - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[error] no-matching-overload - :3385:16 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :3385:25 - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[warning] possibly-missing-attribute - :3386 -
Old: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :3387 -
Old: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :3432 -
Old: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :3450 -
Old: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :3768 -
Old: Attribute `analytic_func` may be missing on object of type `MatrixBase | Expr`
New: Attribute `analytic_func` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :3784 -
Old: Attribute `exp` may be missing on object of type `MatrixBase | Expr`
New: Attribute `exp` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/matrices/tests/test_reductions.py

[warning] possibly-missing-attribute - :293:15 - Attribute `expand` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :299:15 - Attribute `expand` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :383:12 - Attribute `rank` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown`
[warning] possibly-missing-attribute - :384:12 - Attribute `rank` may be missing on object of type `MatrixBase | MatrixExpr | Unknown`
[error] unsupported-operator - :384:13 - Operator `**` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown` and `Literal[2]`
[warning] possibly-missing-attribute - :385:12 - Attribute `rank` may be missing on object of type `MatrixBase | MatrixExpr | Unknown`
[error] unsupported-operator - :385:13 - Operator `**` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown` and `Literal[3]`

sympy/matrices/tests/test_solvers.py

[error] unsupported-operator - :296:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :302:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :314:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :320:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :354:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :361:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :585:13 - Operator `-` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] not-subscriptable - :129:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :129:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :132:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :132:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] no-matching-overload - :332:16 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :332:25 - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[error] no-matching-overload - :333:16 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :333:25 - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[warning] possibly-missing-attribute - :334 -
Old: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :335 -
Old: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] no-matching-overload - :341:16 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :341:25 - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[error] no-matching-overload - :342:16 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :342:25 - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[warning] possibly-missing-attribute - :343 -
Old: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :344 -
Old: Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
New: Attribute `H` may be missing on object of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/matrices/tests/test_sparse.py

[error] not-subscriptable - :91:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :91:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :92:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :92:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :93:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :93:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :94:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :94:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :95:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :95:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :96:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :96:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :103:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :103:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :104:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :104:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :105:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :105:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :106:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :106:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :107:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :107:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :108:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :108:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[warning] possibly-missing-attribute - :336 -
Old: Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
New: Attribute `permute_rows` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :345 -
Old: Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
New: Attribute `permute_rows` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :352 -
Old: Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
New: Attribute `permute_rows` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/matrices/tests/test_subspaces.py

[error] unsupported-operator - :104:12 - Operator `-` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] not-iterable - :46 -
Old: Object of type `MatrixBase | Expr` is not iterable
New: Object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` is not iterable
[error] not-iterable - :47 -
Old: Object of type `MatrixBase | Expr` is not iterable
New: Object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` is not iterable

sympy/physics/mechanics/kane.py

[error] unsupported-operator - :803:22 - Operator `+` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :805:22 - Operator `+` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`

sympy/physics/mechanics/lagrange.py

[error] unsupported-operator - :347:15 - Unary operator `-` is not supported for object of type `Unknown | MatrixBase | T2'return@call_highest_priority | T1'return@call_highest_priority | Expr`

sympy/physics/mechanics/tests/test_kane.py

[error] unsupported-operator - :509:25 - Operator `/` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Literal[2]`
[error] not-subscriptable - :442:20 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :442:20 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :443:38 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :443:38 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method

sympy/physics/optics/gaussopt.py

[warning] possibly-missing-attribute - :756:8 - Attribute `is_infinite` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :756:25 - Attribute `is_infinite` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :757:21 - Attribute `is_infinite` may be missing on object of type `Basic | int | float | complex | Any`
[error] not-subscriptable - :136:18 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :136:18 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :136:26 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :136:26 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] unsupported-operator - :263 -
Old: Operator `/` is not supported between two objects of type `Basic`
New: Operator `/` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :298 -
Old: Operator `-` is not supported between two objects of type `Basic`
New: Operator `-` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :298 -
Old: Operator `/` is not supported between two objects of type `Basic`
New: Operator `/` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :707 -
Old: Operator `**` is not supported between objects of type `Basic` and `Literal[2]`
New: Operator `**` is not supported between objects of type `Basic | int | float | complex | Any` and `Literal[2]`
[error] unsupported-operator - :759 -
Old: Operator `*` is not supported between two objects of type `Basic`
New: Operator `*` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :759 -
Old: Operator `+` is not supported between two objects of type `Basic`
New: Operator `+` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :790 -
Old: Unary operator `-` is not supported for object of type `Basic`
New: Unary operator `-` is not supported for object of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :837 -
Old: Operator `**` is not supported between objects of type `Basic` and `Literal[2]`
New: Operator `**` is not supported between objects of type `Basic | int | float | complex | Any` and `Literal[2]`
[error] unsupported-operator - :837 -
Old: Operator `-` is not supported between two objects of type `Basic`
New: Operator `-` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :837 -
Old: Operator `/` is not supported between objects of type `Literal[1]` and `Basic`
New: Operator `/` is not supported between objects of type `Literal[1]` and `Basic | int | float | complex | Any`
[error] unsupported-operator - :838 -
Old: Operator `/` is not supported between two objects of type `Basic`
New: Operator `/` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :838 -
Old: Operator `/` is not supported between two objects of type `Basic`
New: Operator `/` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :839 -
Old: Operator `/` is not supported between two objects of type `Basic`
New: Operator `/` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :839 -
Old: Operator `/` is not supported between two objects of type `Basic`
New: Operator `/` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :887 -
Old: Operator `/` is not supported between two objects of type `Basic`
New: Operator `/` is not supported between two objects of type `Basic | int | float | complex | Any`

sympy/physics/optics/polarization.py

[error] no-matching-overload - :669:12 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :669:21 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`

sympy/physics/optics/tests/test_gaussopt.py

[error] not-subscriptable - :40:21 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :40:21 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :41:21 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :41:21 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :42:21 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :42:21 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :43:21 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :43:21 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method

sympy/physics/quantum/cg.py

[error] invalid-argument-type - :83:34 - Argument to function `__new__` is incorrect: Expected `Basic`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - :258:34 - Argument to function `__new__` is incorrect: Expected `Basic`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - :347:34 - Argument to function `__new__` is incorrect: Expected `Basic`, found `Basic | int | float | complex | Any`

sympy/physics/quantum/tests/test_represent.py

[error] unsupported-operator - :89 -
Old: Operator `+` is not supported between objects of type `MatrixBase | Expr` and `MatrixBase`
New: Operator `+` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MatrixBase`
[error] unsupported-operator - :91 -
Old: Operator `-` is not supported between two objects of type `MatrixBase | Expr`
New: Operator `-` is not supported between two objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unsupported-operator - :93 -
Old: Operator `+` is not supported between two objects of type `MatrixBase | Expr`
New: Operator `+` is not supported between two objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] not-subscriptable - :95:26 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :95:26 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method

sympy/physics/vector/functions.py

[error] invalid-argument-type - :380 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MatrixBase | Unknown`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown`

sympy/polys/polytools.py

[warning] possibly-missing-attribute - :5997:12 - Attribute `is_algebraic` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :5997:31 - Attribute `is_irrational` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :5997:51 - Attribute `is_algebraic` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :5997:70 - Attribute `is_irrational` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :6127:12 - Attribute `is_algebraic` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :6127:31 - Attribute `is_irrational` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :6127:51 - Attribute `is_algebraic` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :6127:70 - Attribute `is_irrational` may be missing on object of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :5998 -
Old: Operator `/` is not supported between two objects of type `Basic`
New: Operator `/` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :6128 -
Old: Operator `/` is not supported between two objects of type `Basic`
New: Operator `/` is not supported between two objects of type `Basic | int | float | complex | Any`

sympy/series/formal.py

[error] invalid-argument-type - :987:34 - Argument to function `__new__` is incorrect: Expected `Basic`, found `Basic | int | float | complex | Any`

sympy/series/fourier.py

[error] invalid-argument-type - :146:34 - Argument to function `__new__` is incorrect: Expected `Basic`, found `Basic | int | float | complex | Any`

sympy/simplify/tests/test_simplify.py

[error] not-subscriptable - :88:21 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :88:21 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method

sympy/solvers/simplex.py

[error] invalid-argument-type - :1068 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MatrixBase | Expr`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] not-subscriptable - :1068:11 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :1068:11 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method

sympy/solvers/tests/test_solvers.py

[error] unsupported-operator - :718:18 - Operator `-` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :719:19 - Operator `-` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] invalid-argument-type - :501 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MatrixBase | Expr`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unsupported-operator - :722 -
Old: Operator `-` is not supported between two objects of type `MatrixBase | Expr`
New: Operator `-` is not supported between two objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unsupported-operator - :723 -
Old: Operator `-` is not supported between two objects of type `MatrixBase | Expr`
New: Operator `-` is not supported between two objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unsupported-operator - :724 -
Old: Operator `-` is not supported between two objects of type `MatrixBase | Expr`
New: Operator `-` is not supported between two objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unsupported-operator - :724 -
Old: Operator `-` is not supported between two objects of type `MatrixBase | Expr`
New: Operator `-` is not supported between two objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/stats/stochastic_process_types.py

[warning] possibly-missing-attribute - :1613 -
Old: Attribute `tolist` may be missing on object of type `MatrixBase | Expr`
New: Attribute `tolist` may be missing on object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/stats/tests/test_finite_rv.py

[error] unsupported-operator - :361 -
Old: Operator `*` is not supported between two objects of type `Basic`
New: Operator `*` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :362 -
Old: Operator `>` is not supported between objects of type `Basic` and `Literal[1]`
New: Operator `>` is not supported between objects of type `Basic | int | float | complex | Any` and `Literal[1]`
[error] unsupported-operator - :363 -
Old: Operator `/` is not supported between two objects of type `Basic`
New: Operator `/` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :363 -
Old: Operator `-` is not supported between two objects of type `Basic`
New: Operator `-` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :363 -
Old: Operator `-` is not supported between two objects of type `Basic`
New: Operator `-` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :363 -
Old: Operator `-` is not supported between objects of type `Basic` and `Literal[1]`
New: Operator `-` is not supported between objects of type `Basic | int | float | complex | Any` and `Literal[1]`
[error] unsupported-operator - :365 -
Old: Operator `>` is not supported between objects of type `Basic` and `Literal[2]`
New: Operator `>` is not supported between objects of type `Basic | int | float | complex | Any` and `Literal[2]`
[error] unsupported-operator - :365 -
Old: Operator `<` is not supported between objects of type `Literal[0]` and `Basic`
New: Operator `<` is not supported between objects of type `Literal[0]` and `Basic | int | float | complex | Any`
[error] unsupported-operator - :365 -
Old: Operator `<` is not supported between two objects of type `Basic`
New: Operator `<` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :365 -
Old: Operator `<` is not supported between two objects of type `Basic`
New: Operator `<` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :366 -
Old: Operator `*` is not supported between objects of type `Literal[2]` and `Basic`
New: Operator `*` is not supported between objects of type `Literal[2]` and `Basic | int | float | complex | Any`
[error] unsupported-operator - :366 -
Old: Operator `-` is not supported between objects of type `Basic` and `Literal[1]`
New: Operator `-` is not supported between objects of type `Basic | int | float | complex | Any` and `Literal[1]`
[error] unsupported-operator - :366 -
Old: Operator `*` is not supported between objects of type `Literal[2]` and `Basic`
New: Operator `*` is not supported between objects of type `Literal[2]` and `Basic | int | float | complex | Any`
[error] unsupported-operator - :367 -
Old: Operator `*` is not supported between two objects of type `Basic`
New: Operator `*` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :367 -
Old: Operator `-` is not supported between two objects of type `Basic`
New: Operator `-` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :367 -
Old: Operator `-` is not supported between two objects of type `Basic`
New: Operator `-` is not supported between two objects of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :367 -
Old: Operator `-` is not supported between objects of type `Basic` and `Literal[2]`
New: Operator `-` is not supported between objects of type `Basic | int | float | complex | Any` and `Literal[2]`

sympy/utilities/tests/test_lambdify.py

[error] unsupported-operator - :876:29 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`

sympy/vector/tests/test_vector.py

[error] not-subscriptable - :107:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :107:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :108:23 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :108:23 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method

tornado (https://github.com/tornadoweb/tornado)

tornado/simple_httpclient.py

[error] invalid-argument-type - :518:46 - Argument is incorrect: Expected `(bytes, /) -> None`, found `Unknown | (bound method HTTP1Connection.write(chunk: bytes) -> Future[None])`