Ecosystem report

Old: main (merge base) 85dac631 New: 23397/merge 8d2725e6
Lint Rule Removed Added Changed
Total 0 8 0
unsupported-operator 0 4 0
invalid-argument-type 0 2 0
unresolved-attribute 0 2 0
Project Removed Added Changed
Total 0 8 0
sympy flaky 0 8 0
Expression flaky 0 0 0
PyGithub flaky 0 0 0
artigraph flaky 0 0 0
bokeh flaky 0 0 0
cloud-init flaky 0 0 0
colour flaky 0 0 0
core flaky 0 0 0
dd-trace-py flaky 0 0 0
ibis flaky 0 0 0
jax flaky 0 0 0
materialize flaky 0 0 0
meson flaky 0 0 0
openlibrary flaky 0 0 0
pandas flaky 0 0 0
pandas-stubs flaky 0 0 0
pip flaky 0 0 0
porcupine flaky 0 0 0
prefect flaky 0 0 0
pylox flaky 0 0 0

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

sympy/matrices/eigen.py

flaky
(2/10)
[error] invalid-argument-type - 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/solvers.py

flaky
(2/10)
[error] invalid-argument-type - 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`
(2/10)
[error] invalid-argument-type - 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`

sympy/matrices/tests/test_matrices.py

flaky
(2/10)
[error] unresolved-attribute - Attribute `rank` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown`
flaky
(2/10)
[error] unsupported-operator - Operator `**` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown` and `Literal[2]`
flaky
(2/10)
[error] unsupported-operator - 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_reductions.py

flaky
(2/10)
[error] unresolved-attribute - Attribute `rank` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown`
flaky
(2/10)
[error] unsupported-operator - Operator `**` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown` and `Literal[2]`
flaky
(2/10)
[error] unsupported-operator - Operator `**` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown` and `Literal[3]`