Ecosystem report

Old: main (merge base) 2e784372 New: 23069/merge 691340cb
Lint Rule Removed Added Changed
Total 31 192 58
not-subscriptable 1 96 0
unsupported-operator 0 89 0
possibly-missing-attribute 4 3 36
no-matching-overload 21 0 0
invalid-argument-type 2 0 7
invalid-parameter-default 0 0 7
invalid-return-type 1 0 3
unresolved-attribute 0 2 2
invalid-await 2 0 0
not-iterable 0 0 2
invalid-assignment 0 0 1
missing-argument 0 1 0
unused-type-ignore-comment 0 1 0
Project Removed Added Changed
Total 31 192 58
sympy 23 188 45
prefect 7 1 4
pydantic 0 0 9
attrs 0 3 0
setuptools 1 0 0

attrs (https://github.com/python-attrs/attrs)

tests/test_hooks.py

[error] missing-argument - :154:48 - No argument provided for required parameter `y`

tests/test_next_gen.py

[error] unresolved-attribute - :142:14 - Object of type `dataclasses.Field` has no attribute `validator`
[error] unresolved-attribute - :380:14 - Object of type `dataclasses.Field` has no attribute `validator`

prefect (https://github.com/PrefectHQ/prefect)

src/prefect/deployments/runner.py

[warning] possibly-missing-attribute - :1017 -
Old: Attribute `__name__` may be missing on object of type `Unknown | ((...) -> Any)`
New: Attribute `__name__` may be missing on object of type `Unknown | (((...) -> Any) & ((*args: object, **kwargs: object) -> object))`

src/prefect/flow_engine.py

[error] invalid-argument-type - :1677:43 - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Unknown | R@run_generator_flow_sync`
[warning] possibly-missing-attribute - :1685:21 - Attribute `throw` may be missing on object of type `Unknown | R@run_generator_flow_sync`
[warning] possibly-missing-attribute - :1719:44 - Attribute `__anext__` may be missing on object of type `Unknown | R@run_generator_flow_async`
[warning] possibly-missing-attribute - :1726:25 - Attribute `throw` may be missing on object of type `Unknown | R@run_generator_flow_async`
[error] invalid-await - :997:32 - `Unknown | R@FlowRunEngine | Coroutine[Any, Any, R@FlowRunEngine]` is not awaitable
[error] invalid-await - :1596:24 - `Unknown | R@AsyncFlowRunEngine | Coroutine[Any, Any, R@AsyncFlowRunEngine]` is not awaitable

src/prefect/flows.py

[warning] unused-type-ignore-comment - :1885:53 - Unused blanket `type: ignore` directive
[error] no-matching-overload - :1945:21 - No overload of function `run_coro_as_sync` matches arguments
[error] unresolved-attribute - :285 -
Old: Object of type `(**P@Flow) -> R@Flow` has no attribute `__name__`
New: Object of type `((**P@Flow) -> R@Flow) & ((*args: object, **kwargs: object) -> object)` has no attribute `__name__`
[error] unresolved-attribute - :403 -
Old: Object of type `(**P@Flow) -> R@Flow` has no attribute `__name__`
New: Object of type `((**P@Flow) -> R@Flow) & ((*args: object, **kwargs: object) -> object)` has no attribute `__name__`

src/prefect/input/run_input.py

[error] invalid-return-type - :672 -
Old: Return type does not match returned value: expected `T@GetAutomaticInputHandler | AutomaticRunInput[T@GetAutomaticInputHandler]`, found `T@GetAutomaticInputHandler | AutomaticRunInput[T@GetAutomaticInputHandler] | Coroutine[Any, Any, T@GetAutomaticInputHandler | AutomaticRunInput[T@GetAutomaticInputHandler]]`
New: Return type does not match returned value: expected `T@GetAutomaticInputHandler | AutomaticRunInput[T@GetAutomaticInputHandler]`, found `Unknown | Coroutine[Any, Any, Unknown]`

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

pydantic/_internal/_core_metadata.py

[error] invalid-assignment - :87 -
Old: Invalid assignment to key "pydantic_js_extra" with declared type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | ((dict[str, Divergent], type[Any], /) -> None)` on TypedDict `CoreMetadata`: value of type `dict[object, object]`
New: Invalid assignment to key "pydantic_js_extra" with declared type `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | ((dict[str, int | float | str | ... omitted 3 union elements], type[Any], /) -> None)` on TypedDict `CoreMetadata`: value of type `dict[object, object]`

pydantic/fields.py

[error] invalid-parameter-default - :949 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`
[error] invalid-parameter-default - :989 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`
[error] invalid-parameter-default - :1032 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`
[error] invalid-parameter-default - :1072 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`
[error] invalid-parameter-default - :1115 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`
[error] invalid-parameter-default - :1154 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`
[error] invalid-parameter-default - :1194 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`
[error] invalid-argument-type - :1573 -
Old: Argument is incorrect: Expected `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`, found `Top[dict[Unknown, Unknown]] | (((dict[str, Divergent], /) -> None) & ~Top[dict[Unknown, Unknown]]) | None`
New: Argument is incorrect: Expected `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`, found `Top[dict[Unknown, Unknown]] | (((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) & ~Top[dict[Unknown, Unknown]]) | None`

setuptools (https://github.com/pypa/setuptools)

setuptools/_distutils/command/install.py

[error] invalid-argument-type - :719:42 - Argument to function `__new__` is incorrect: Expected `Iterable[Never]`, found `map[str]`

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

sympy/matrices/expressions/tests/test_derivatives.py

[error] unsupported-operator - :551:26 - 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_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/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 - :393:19 - 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/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`

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/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/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/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_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/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

[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] 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`
[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`

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_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

[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

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/tests/test_represent.py

[error] unsupported-operator - :89:17 - 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:24 - 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:28 - 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/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] unsupported-operator - :722:19 - 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:19 - 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:19 - 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:30 - Operator `-` is not supported between two objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[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`

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/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