Ecosystem report

Old: main (merge base) 94c41edd New: 23104/merge 6345b54c
Lint Rule Removed Added Changed
Total 91 0 0
unsupported-operator 79 0 0
invalid-return-type 4 0 0
possibly-missing-attribute 4 0 0
invalid-argument-type 3 0 0
unresolved-attribute 1 0 0
Project Removed Added Changed
Total 91 0 0
sympy 91 0 0

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

sympy/codegen/tests/test_matrix_nodes.py

[error] unsupported-operator - :27:21 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`

sympy/matrices/eigen.py

[error] unresolved-attribute - :1202:37 - Object of type `T2'return@call_highest_priority | T1'return@call_highest_priority` has no attribute `pow`

sympy/matrices/expressions/tests/test_derivatives.py

[error] unsupported-operator - :551:26 - Operator `+` is not supported between two objects of type `MatrixBase | Expr`

sympy/matrices/expressions/tests/test_matadd.py

[error] unsupported-operator - :36:12 - Operator `+` is not supported between objects of type `MatrixBase` and `MatrixBase | Expr`

sympy/matrices/expressions/tests/test_matpow.py

[error] unsupported-operator - :124:47 - Operator `+` is not supported between two objects of type `ImmutableDenseMatrix`

sympy/matrices/inverse.py

[error] unsupported-operator - :385:11 - Operator `-` is not supported between objects of type `MatrixBase` and `MatrixBase | Expr | Unknown`
[error] unsupported-operator - :393:11 - Operator `+` is not supported between objects of type `MatrixBase` and `MatrixBase | Expr | Unknown`

sympy/matrices/tests/test_reductions.py

[error] unsupported-operator - :377:21 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[warning] possibly-missing-attribute - :384:12 - Attribute `rank` may be missing on object of type `MatrixBase | MatrixExpr | Unknown`
[warning] possibly-missing-attribute - :385:12 - Attribute `rank` may be missing on object of type `MatrixBase | MatrixExpr | Unknown`

sympy/solvers/tests/test_numeric.py

[error] unsupported-operator - :137:11 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`

sympy/algebras/tests/test_quaternion.py

[error] unsupported-operator - :422:33 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`

sympy/matrices/expressions/tests/test_blockmatrix.py

[error] unsupported-operator - :235:13 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :235:33 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :235:53 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :459:12 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`

sympy/matrices/matrixbase.py

[error] unsupported-operator - :979:18 - Operator `+` is not supported between two objects of type `Self@_eval_wilkinson`
[error] invalid-return-type - :2957:16 - Return type does not match returned value: expected `Self@_eval_pow_by_cayley`, found `Self@_eval_pow_by_cayley | T2'return@call_highest_priority | T1'return@call_highest_priority`
[error] invalid-return-type - :3256:16 - Return type does not match returned value: expected `MatrixBase`, found `T2'return@call_highest_priority | T1'return@call_highest_priority`
[error] invalid-argument-type - :3256:29 - Argument is incorrect: Expected `T2'return@call_highest_priority | T1'return@call_highest_priority`, found `MatrixBase`
[error] unsupported-operator - :3310:16 - Operator `+` is not supported between two objects of type `MatrixBase`
[error] invalid-return-type - :3314:16 - Return type does not match returned value: expected `Tmat@__sub__`, found `MatrixBase`
[error] unsupported-operator - :4386:16 - Operator `+` is not supported between two objects of type `Self@add`
[error] invalid-return-type - :4923:16 - Return type does not match returned value: expected `Self@analytic_func`, found `Self@analytic_func | T2'return@call_highest_priority | T1'return@call_highest_priority`

sympy/matrices/repmatrix.py

[error] unsupported-operator - :321:17 - Operator `-` is not supported between two objects of type `Self@_eval_is_symmetric`

sympy/matrices/tests/test_commonmatrix.py

[error] unsupported-operator - :1249:31 - Operator `+` is not supported between objects of type `MutableDenseMatrix` and `ImmutableDenseNDimArray`

sympy/matrices/tests/test_eigen.py

[error] invalid-argument-type - :406:20 - Argument to function `max` is incorrect: Expected `Iterable[Unknown]`, found `MatrixBase | Unknown`

sympy/matrices/tests/test_immutable.py

[error] unsupported-operator - :105:23 - Operator `+` is not supported between two objects of type `ImmutableDenseMatrix`

sympy/matrices/tests/test_matrices.py

[error] unsupported-operator - :121:12 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :123:32 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :141:12 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :2179:22 - Operator `+` is not supported between two objects of type `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :2207:26 - Operator `+` is not supported between two objects of type `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :2908:21 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :2921:13 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :2936:13 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :2937:13 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :2948:14 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :3471:21 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[warning] possibly-missing-attribute - :3478:12 - Attribute `rank` may be missing on object of type `MatrixBase | MatrixExpr | Unknown`
[warning] possibly-missing-attribute - :3479:12 - Attribute `rank` may be missing on object of type `MatrixBase | MatrixExpr | Unknown`

sympy/matrices/tests/test_matrixbase.py

[error] unsupported-operator - :491:12 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :493:32 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :544:12 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :823:31 - Operator `+` is not supported between objects of type `MutableDenseMatrix` and `ImmutableDenseNDimArray`
[error] unsupported-operator - :876:12 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :878:32 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :900:12 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :2931:22 - Operator `+` is not supported between two objects of type `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :2959:26 - Operator `+` is not supported between two objects of type `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :3610:21 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :3624:13 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :3639:13 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :3640:13 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :3652:14 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`

sympy/matrices/tests/test_solvers.py

[error] unsupported-operator - :68:13 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`

sympy/matrices/tests/test_sparse.py

[error] unsupported-operator - :573:12 - Operator `+` is not supported between two objects of type `MutableSparseMatrix`
[error] unsupported-operator - :577:52 - Operator `+` is not supported between two objects of type `MutableSparseMatrix`
[error] unsupported-operator - :593:17 - Operator `+` is not supported between two objects of type `MutableSparseMatrix`

sympy/parsing/autolev/test-examples/ruletest5.py

[error] unsupported-operator - :13:6 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :16:38 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :16:84 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :16:131 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :21:44 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :21:90 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :21:137 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :25:37 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :25:83 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :25:130 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`

sympy/physics/control/tests/test_lti.py

[error] unsupported-operator - :3733:31 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :3733:38 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`

sympy/physics/mechanics/lagrange.py

[error] unsupported-operator - :222:23 - Operator `-` is not supported between two objects of type `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :346:17 - Operator `+` is not supported between two objects of type `Unknown | MutableDenseMatrix`

sympy/physics/mechanics/linearize.py

[error] unsupported-operator - :217:28 - Operator `+` is not supported between two objects of type `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :229:29 - Operator `+` is not supported between two objects of type `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :241:29 - Operator `+` is not supported between two objects of type `Unknown | MutableDenseMatrix`

sympy/physics/mechanics/tests/test_jointsmethod.py

[error] unsupported-operator - :247:17 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :249:17 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`

sympy/physics/quantum/tests/test_represent.py

[error] unsupported-operator - :89:17 - Operator `+` is not supported between objects of type `MatrixBase | Expr` and `MatrixBase`
[error] unsupported-operator - :91:24 - Operator `-` is not supported between two objects of type `MatrixBase | Expr`
[error] unsupported-operator - :93:28 - Operator `+` is not supported between two objects of type `MatrixBase | Expr`

sympy/physics/vector/functions.py

[error] invalid-argument-type - :380:21 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MatrixBase | Unknown`

sympy/solvers/tests/test_solvers.py

[error] unsupported-operator - :722:19 - Operator `-` is not supported between two objects of type `MatrixBase | Expr`
[error] unsupported-operator - :723:19 - Operator `-` is not supported between two objects of type `MatrixBase | Expr`
[error] unsupported-operator - :724:19 - Operator `-` is not supported between two objects of type `MatrixBase | Expr`
[error] unsupported-operator - :724:30 - Operator `-` is not supported between two objects of type `MatrixBase | Expr`

sympy/stats/tests/test_symbolic_multivariate.py

[error] unsupported-operator - :84:36 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :84:84 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :85:36 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`

sympy/tensor/tests/test_tensor.py

[error] unsupported-operator - :1693:19 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :1694:23 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`