Ecosystem report

Old: main (merge base) 63b7ee8a New: 23359/merge 600f23be
Lint Rule Removed Added Changed
Total 129 5 0
unsupported-operator 87 0 0
invalid-method-override 34 0 0
unresolved-attribute 5 0 0
unused-type-ignore-comment 0 5 0
invalid-argument-type 2 0 0
type-assertion-failure 1 0 0
Project Removed Added Changed
Total 129 5 0
sympy flaky 94 0 0
jax flaky 12 1 0
ibis flaky 9 0 0
spack flaky 6 0 0
mypy 1 2 0
cwltool 2 0 0
schema_salad 2 0 0
xarray 0 2 0
discord.py 1 0 0
django-stubs 1 0 0
pandas-stubs flaky 1 0 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
materialize flaky 0 0 0

cwltool (https://github.com/common-workflow-language/cwltool)

mypy-stubs/rdflib/namespace/__init__.pyi

[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `str.__getitem__`
[error] invalid-method-override - Invalid override of method `format`: Definition is incompatible with `str.format`

discord.py (https://github.com/Rapptz/discord.py)

discord/ext/commands/converter.py

[error] invalid-method-override - Invalid override of method `__class_getitem__`: Definition is incompatible with `list.__class_getitem__`

django-stubs (https://github.com/typeddjango/django-stubs)

django-stubs/utils/safestring.pyi

[error] invalid-method-override - Invalid override of method `__add__`: Definition is incompatible with `str.__add__`

ibis (https://github.com/ibis-project/ibis)

ibis/common/tests/test_grounds.py

[error] invalid-method-override - Invalid override of method `__coerce__`: Definition is incompatible with `Coercible.__coerce__`
[error] invalid-method-override - Invalid override of method `__coerce__`: Definition is incompatible with `Coercible.__coerce__`
[error] invalid-method-override - Invalid override of method `__coerce__`: Definition is incompatible with `Coercible.__coerce__`
[error] invalid-method-override - Invalid override of method `__coerce__`: Definition is incompatible with `Coercible.__coerce__`

ibis/common/tests/test_patterns.py

[error] invalid-method-override - Invalid override of method `__coerce__`: Definition is incompatible with `Coercible.__coerce__`
[error] invalid-method-override - Invalid override of method `__coerce__`: Definition is incompatible with `Coercible.__coerce__`
[error] invalid-method-override - Invalid override of method `__coerce__`: Definition is incompatible with `Coercible.__coerce__`
[error] invalid-method-override - Invalid override of method `__coerce__`: Definition is incompatible with `Coercible.__coerce__`
[error] invalid-method-override - Invalid override of method `__coerce__`: Definition is incompatible with `Coercible.__coerce__`

jax (https://github.com/google/jax)

jax/experimental/jet.py

[error] invalid-method-override - Invalid override of method `process_custom_vjp_call`: Definition is incompatible with `Trace.process_custom_vjp_call`

jax/_src/interpreters/partial_eval.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] invalid-method-override - Invalid override of method `process_call`: Definition is incompatible with `Trace.process_call`
[error] invalid-method-override - Invalid override of method `process_custom_jvp_call`: Definition is incompatible with `Trace.process_custom_jvp_call`
[error] invalid-method-override - Invalid override of method `process_custom_vjp_call`: Definition is incompatible with `Trace.process_custom_vjp_call`

jax/_src/interpreters/pxla.py

[error] invalid-method-override - Invalid override of method `process_call`: Definition is incompatible with `Trace.process_call`
[error] invalid-method-override - Invalid override of method `process_map`: Definition is incompatible with `Trace.process_map`
[error] invalid-method-override - Invalid override of method `process_custom_jvp_call`: Definition is incompatible with `Trace.process_custom_jvp_call`

jax/_src/shard_map.py

[error] invalid-method-override - Invalid override of method `process_primitive`: Definition is incompatible with `Trace.process_primitive`
[error] invalid-method-override - Invalid override of method `process_call`: Definition is incompatible with `Trace.process_call`
[error] invalid-method-override - Invalid override of method `process_map`: Definition is incompatible with `Trace.process_map`
[error] invalid-method-override - Invalid override of method `process_custom_jvp_call`: Definition is incompatible with `Trace.process_custom_jvp_call`
[error] invalid-method-override - Invalid override of method `process_custom_vjp_call`: Definition is incompatible with `Trace.process_custom_vjp_call`

mypy (https://github.com/python/mypy)

mypy/typeshed/stdlib/turtle.pyi

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] invalid-method-override - Invalid override of method `__mul__`: Definition is incompatible with `tuple.__mul__`

pandas-stubs (https://github.com/pandas-dev/pandas-stubs)

tests/series/test_series.py

flaky
(3/10)
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Timestamp]`

schema_salad (https://github.com/common-workflow-language/schema_salad)

mypy-stubs/rdflib/namespace/__init__.pyi

[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `str.__getitem__`
[error] invalid-method-override - Invalid override of method `format`: Definition is incompatible with `str.format`

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

lib/spack/spack/vendor/markupsafe/__init__.py

[error] invalid-method-override - Invalid override of method `__add__`: Definition is incompatible with `str.__add__`
[error] invalid-method-override - Invalid override of method `__mod__`: Definition is incompatible with `str.__mod__`
[error] invalid-method-override - Invalid override of method `join`: Definition is incompatible with `str.join`
[error] invalid-method-override - Invalid override of method `partition`: Definition is incompatible with `str.partition`
[error] invalid-method-override - Invalid override of method `rpartition`: Definition is incompatible with `str.rpartition`
[error] invalid-method-override - Invalid override of method `format`: Definition is incompatible with `str.format`

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

sympy/integrals/tests/test_heurisch.py

flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`

sympy/matrices/decompositions.py

flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MatrixBase`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MatrixBase`

sympy/matrices/eigen.py

flaky
(1/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/expressions/tests/test_matpow.py

flaky
(1/10)
[error] unsupported-operator - 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

flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MatrixBase`
flaky
(1/10)
[error] unsupported-operator - Unary operator `-` is not supported for object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MatrixBase | Expr`
flaky
(1/10)
[error] unsupported-operator - 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

flaky
(1/10)
[error] unsupported-operator - Operator `*=` is not supported between objects of type `T1'return@call_highest_priority` and `Self@_eval_pow_by_cayley`
(1/10)
[error] unsupported-operator - Operator `*=` is not supported between objects of type `T2'return@call_highest_priority` and `Self@_eval_pow_by_cayley`
flaky
(1/10)
[error] unsupported-operator - Operator `*=` is not supported between objects of type `T1'return@call_highest_priority` and `Self@analytic_func`
(1/10)
[error] unsupported-operator - Operator `*=` is not supported between objects of type `T2'return@call_highest_priority` and `Self@analytic_func`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Self@log`

sympy/matrices/solvers.py

flaky
(1/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`
(1/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_decompositions.py

flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `-` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - 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

flaky
(1/10)
[error] unresolved-attribute - Attribute `n` 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 | Expr`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `ImmutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `ImmutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `ImmutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `ImmutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - 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

flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
flaky
(1/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
(1/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
(1/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_matrixbase.py

flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - 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/matrices/tests/test_reductions.py

flaky
(1/10)
[error] unresolved-attribute - Attribute `expand` 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 | Expr`
flaky
(1/10)
[error] unresolved-attribute - Attribute `expand` 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 | Expr`
flaky
(1/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
(1/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
(1/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_solvers.py

flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - 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_subspaces.py

flaky
(1/10)
[error] unsupported-operator - Operator `-` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`

sympy/physics/mechanics/kane.py

flaky
(1/10)
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - 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

flaky
(1/10)
[error] unsupported-operator - 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

flaky
(1/10)
[error] unsupported-operator - Operator `/` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Literal[2]`

sympy/physics/optics/polarization.py

flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`

sympy/solvers/tests/test_solvers.py

flaky
(1/10)
[error] unsupported-operator - Operator `-` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
flaky
(1/10)
[error] unsupported-operator - Operator `-` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`

sympy/utilities/tests/test_lambdify.py

flaky
(1/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`

xarray (https://github.com/pydata/xarray)

xarray/core/variable.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive