Summary

Comparing branches/commits:
Old: main (merge base) ae83a1fd
New: 20802/merge 6d0c1ac8
Lint Rule Removed Added Changed
Total 3001 5 0
unsupported-operator 2961 0 0
missing-argument 37 0 0
invalid-assignment 0 3 0
possibly-missing-attribute 2 0 0
unused-ignore-comment 0 2 0
unresolved-attribute 1 0 0

cki-lib (https://gitlab.com/cki-project/cki-lib)

tests/test_messagequeue.py

[error] invalid-assignment - :238:9 - Object of type `Mock` is not assignable to attribute `_connect_no_keepalive` of type `(...) -> _GeneratorContextManager[Unknown, None, None]`
[error] invalid-assignment - :239:9 - Object of type `Mock` is not assignable to attribute `_connect_and_keepalive` of type `(...) -> _GeneratorContextManager[Unknown, None, None]`

dd-trace-py (https://github.com/DataDog/dd-trace-py)

tests/debugging/probe/test_remoteconfig.py

[error] invalid-assignment - :69:9 - Object of type `(...) -> Iterable[Probe]` is not assignable to attribute `get_probes` of type `(...) -> Iterable[Probe]`

tests/internal/test_packages.py

[error] unresolved-attribute - :28:30 - Type `(...) -> Unknown` has no attribute `__code__`

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

pwndbg/commands/context.py

[warning] possibly-missing-attribute - :181:9 - Attribute `__name__` on type `Unknown | ((...) -> list[str])` may be missing

pwndbg/gdblib/tui/context.py

[warning] possibly-missing-attribute - :216:9 - Attribute `__name__` on type `Unknown | ((...) -> list[str])` may be missing

pytest-robotframework (https://github.com/detachhead/pytest-robotframework)

pytest_robotframework/__init__.py

[warning] unused-ignore-comment - :759:93 - Unused `ty: ignore` directive: 'unresolved-attribute'

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

sympy/calculus/tests/test_util.py

[error] unsupported-operator - :173:18 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :392:40 - Operator `/` is unsupported between objects of type `Half` and `Literal[2]`
[error] unsupported-operator - :396:60 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/codegen/tests/test_cfunctions.py

[error] unsupported-operator - :139:45 - Operator `-` is unsupported between objects of type `Rational` and `Literal[1]`
[error] unsupported-operator - :150:45 - Operator `-` is unsupported between objects of type `Half` and `Literal[1]`

sympy/codegen/tests/test_matrix_nodes.py

[error] unsupported-operator - :26:37 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :27:21 - Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/codegen/tests/test_rewriting.py

[error] unsupported-operator - :430:21 - Operator `/` is unsupported between objects of type `Literal[58]` and `Integer`
[error] unsupported-operator - :430:36 - Operator `/` is unsupported between objects of type `Literal[97]` and `Integer`
[error] unsupported-operator - :430:51 - Operator `/` is unsupported between objects of type `Literal[4]` and `Integer`
[error] unsupported-operator - :430:64 - Operator `/` is unsupported between objects of type `Literal[92]` and `Integer`

sympy/core/benchmarks/bench_numbers.py

[error] unsupported-operator - :88:5 - Operator `+` is unsupported between objects of type `Rational` and `Literal[1]`
[error] unsupported-operator - :92:5 - Operator `+` is unsupported between objects of type `Rational` and `Rational`

sympy/core/random.py

[error] missing-argument - :127:10 - No argument provided for required parameter 2

sympy/core/tests/test_parameters.py

[error] unsupported-operator - :9:13 - Operator `-` is unsupported between objects of type `Infinity` and `Infinity`
[error] unsupported-operator - :11:13 - Operator `-` is unsupported between objects of type `Literal[5]` and `Infinity`
[error] unsupported-operator - :13:13 - Operator `-` is unsupported between objects of type `Infinity` and `Literal[5]`
[error] unsupported-operator - :15:13 - Operator `+` is unsupported between objects of type `Infinity` and `Literal[5]`
[error] unsupported-operator - :17:13 - Operator `+` is unsupported between objects of type `Literal[5]` and `Infinity`
[error] unsupported-operator - :21:13 - Operator `-` is unsupported between objects of type `Literal[-5]` and `Infinity`
[error] unsupported-operator - :46:16 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :47:16 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :47:37 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :52:16 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :53:16 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :53:37 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :55:16 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :55:36 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :56:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :56:39 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :58:16 - Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :58:36 - Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :59:21 - Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :59:41 - Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :61:16 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :61:36 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :62:21 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :62:41 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :64:16 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :65:16 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :65:37 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :67:16 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :67:43 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :68:26 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :68:52 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :70:16 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :70:42 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :71:26 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :71:52 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :75:16 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :75:37 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :76:20 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :76:40 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :81:16 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :83:16 - Operator `/` is unsupported between objects of type `Literal[1]` and `Integer`

sympy/core/tests/test_truediv.py

[error] unsupported-operator - :9:12 - Operator `/` is unsupported between objects of type `Rational` and `Literal[2]`

sympy/crypto/crypto.py

[error] unsupported-operator - :2543:65 - Operator `+` is unsupported between objects of type `int | NegativeInfinity` and `Literal[1]`
[error] unsupported-operator - :2544:51 - Operator `+` is unsupported between objects of type `int | NegativeInfinity` and `Literal[1]`
[error] unsupported-operator - :2544:51 - Operator `+` is unsupported between objects of type `int | NegativeInfinity` and `Literal[1]`
[error] unsupported-operator - :2544:51 - Operator `+` is unsupported between objects of type `int | NegativeInfinity` and `Literal[1]`

sympy/functions/special/polynomials.py

[error] unsupported-operator - :136:40 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`

sympy/functions/special/tests/test_bessel.py

[error] unsupported-operator - :72:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :72:57 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :72:71 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :72:83 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :73:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :79:55 - Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :79:75 - Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :80:55 - Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :80:77 - Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :110:10 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :112:26 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :115:10 - Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :131:47 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :134:61 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :135:10 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :135:49 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :136:10 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :146:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :146:45 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :146:65 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :152:61 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :152:77 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :153:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :153:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :153:50 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :157:76 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :158:19 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :158:44 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :158:69 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :159:78 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :159:101 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :160:21 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :160:47 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :166:55 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :168:9 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :168:54 - Operator `/` is unsupported between objects of type `Integer` and `Literal[64]`
[error] unsupported-operator - :170:53 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :171:37 - Operator `/` is unsupported between objects of type `Integer` and `Literal[32]`
[error] unsupported-operator - :172:53 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :175:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :178:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :178:48 - Operator `/` is unsupported between objects of type `Integer` and `Literal[12]`
[error] unsupported-operator - :180:9 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :182:44 - Operator `/` is unsupported between objects of type `Integer` and `Literal[24]`
[error] unsupported-operator - :184:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :184:58 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :184:78 - Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :185:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :185:52 - Operator `/` is unsupported between objects of type `Integer` and `Literal[36]`
[error] unsupported-operator - :187:56 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :188:56 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :188:111 - Operator `/` is unsupported between objects of type `Integer` and `Literal[32]`
[error] unsupported-operator - :192:85 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :193:23 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :193:48 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :193:73 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :194:93 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :195:26 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :195:54 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :195:80 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :199:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :199:53 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :199:67 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :199:79 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :200:17 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :200:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :200:44 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :201:32 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :201:47 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :202:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :203:28 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :204:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :204:70 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :205:24 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :205:49 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :206:28 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :206:55 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :207:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :209:53 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :210:53 - Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :363:14 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :523:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :524:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :525:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/functions/special/tests/test_beta_functions.py

[error] unsupported-operator - :43:17 - Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :43:40 - Operator `/` is unsupported between objects of type `One` and `Literal[10]`
[error] unsupported-operator - :47:26 - Operator `/` is unsupported between objects of type `One` and `Literal[12]`

sympy/functions/special/tests/test_delta_functions.py

[error] unsupported-operator - :138:26 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :138:51 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :140:30 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :147:26 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :147:40 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :149:30 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/functions/special/tests/test_error_functions.py

[error] unsupported-operator - :81:60 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :91:68 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :119:68 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :120:21 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :174:65 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :243:61 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`

sympy/functions/special/tests/test_hyper.py

[error] unsupported-operator - :216:38 - Operator `-` is unsupported between objects of type `Rational` and `Literal[3]`
[error] unsupported-operator - :319:47 - Operator `-` is unsupported between objects of type `Rational` and `Half`
[error] unsupported-operator - :319:61 - Operator `*` is unsupported between objects of type `Literal[2]` and `Rational`
[error] unsupported-operator - :323:48 - Operator `-` is unsupported between objects of type `Half` and `Rational`
[error] unsupported-operator - :325:20 - Operator `*` is unsupported between objects of type `Literal[2]` and `Rational`
[error] unsupported-operator - :328:38 - Operator `*` is unsupported between objects of type `Literal[2]` and `Rational`
[error] unsupported-operator - :328:51 - Operator `-` is unsupported between objects of type `Literal[1]` and `Rational`
[error] unsupported-operator - :328:58 - Operator `+` is unsupported between objects of type `Literal[1]` and `Rational`
[error] unsupported-operator - :353:40 - Operator `+` is unsupported between objects of type `Unknown | float | Rational` and `float`
[error] unsupported-operator - :353:53 - Operator `-` is unsupported between objects of type `Unknown | float | Rational` and `float`
[error] unsupported-operator - :400:28 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :402:34 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/functions/special/tests/test_spec_polynomials.py

[error] unsupported-operator - :114:70 - Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :400:31 - Operator `*` is unsupported between objects of type `int` and `Infinity`
[error] unsupported-operator - :455:44 - Operator `*` is unsupported between objects of type `int` and `Infinity`

sympy/geometry/tests/test_parabola.py

[error] unsupported-operator - :65:34 - Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :68:37 - Operator `*` is unsupported between objects of type `Literal[13]` and `Half`
[error] unsupported-operator - :92:35 - Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :92:44 - Operator `/` is unsupported between objects of type `Integer` and `Literal[10]`
[error] unsupported-operator - :94:42 - Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :96:34 - Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :96:42 - Operator `/` is unsupported between objects of type `Integer` and `Literal[10]`

sympy/integrals/rationaltools.py

[error] unsupported-operator - :414:15 - Operator `**` is unsupported between objects of type `Poly` and `Literal[2]`
[error] unsupported-operator - :414:22 - Operator `**` is unsupported between objects of type `Poly` and `Literal[2]`

sympy/integrals/rde.py

[error] unsupported-operator - :256:10 - Operator `**` is unsupported between objects of type `Poly` and `Literal[0] | Unknown`
[error] unsupported-operator - :257:10 - Operator `**` is unsupported between objects of type `Poly` and `int | Unknown`

sympy/integrals/tests/test_intpoly.py

[error] unsupported-operator - :47:26 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :47:46 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :48:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :48:49 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :81:43 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :82:42 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :126:9 - Operator `/` is unsupported between objects of type `Integer` and `Literal[8000000000000]`
[error] unsupported-operator - :132:9 - Operator `/` is unsupported between objects of type `Integer` and `Literal[1600000000000]`
[error] unsupported-operator - :137:9 - Operator `/` is unsupported between objects of type `Integer` and `Literal[8000000000000]`
[error] unsupported-operator - :143:9 - Operator `/` is unsupported between objects of type `Integer` and `Literal[1000000000000]`
[error] unsupported-operator - :170:66 - Operator `/` is unsupported between objects of type `One` and `Literal[9]`
[error] unsupported-operator - :171:57 - Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :172:57 - Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :174:61 - Operator `/` is unsupported between objects of type `One` and `Literal[6]`
[error] unsupported-operator - :175:57 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :176:57 - Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :177:61 - Operator `/` is unsupported between objects of type `One` and `Literal[6]`
[error] unsupported-operator - :178:61 - Operator `/` is unsupported between objects of type `One` and `Literal[8]`
[error] unsupported-operator - :179:56 - Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :180:57 - Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :181:57 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :182:61 - Operator `/` is unsupported between objects of type `One` and `Literal[8]`
[error] unsupported-operator - :204:16 - Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :204:27 - Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :204:38 - Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :211:12 - Operator `/` is unsupported between objects of type `Integer` and `Literal[12]`
[error] unsupported-operator - :213:12 - Operator `/` is unsupported between objects of type `Integer` and `Literal[960]`
[error] unsupported-operator - :503:17 - Operator `/` is unsupported between objects of type `Literal[3125]` and `Integer`
[error] unsupported-operator - :503:38 - Operator `/` is unsupported between objects of type `Literal[3125]` and `Integer`
[error] unsupported-operator - :506:21 - Operator `/` is unsupported between objects of type `Literal[625]` and `Integer`
[error] unsupported-operator - :506:40 - Operator `/` is unsupported between objects of type `Literal[3125]` and `Integer`
[error] unsupported-operator - :506:56 - Operator `/` is unsupported between objects of type `Literal[625]` and `Integer`
[error] unsupported-operator - :507:17 - Operator `/` is unsupported between objects of type `Literal[3125]` and `Integer`
[error] unsupported-operator - :507:38 - Operator `/` is unsupported between objects of type `Literal[3125]` and `Integer`
[error] unsupported-operator - :507:59 - Operator `/` is unsupported between objects of type `Literal[3125]` and `Integer`
[error] unsupported-operator - :508:13 - Operator `/` is unsupported between objects of type `Literal[625]` and `Integer`
[error] unsupported-operator - :508:32 - Operator `/` is unsupported between objects of type `Literal[3125]` and `Integer`
[error] unsupported-operator - :508:53 - Operator `/` is unsupported between objects of type `Literal[3125]` and `Integer`
[error] unsupported-operator - :525:9 - Operator `/` is unsupported between objects of type `Integer` and `Literal[24000000000000]`
[error] unsupported-operator - :531:9 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3000000000000]`

sympy/integrals/tests/test_meijerint.py

[error] unsupported-operator - :209:36 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/matrices/expressions/tests/test_matadd.py

[error] unsupported-operator - :32:50 - Operator `**` is unsupported between objects of type `ImmutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :33:50 - Operator `*` is unsupported between objects of type `ImmutableDenseMatrix` and `ImmutableDenseMatrix`
[error] unsupported-operator - :34:50 - Operator `*` is unsupported between objects of type `Literal[2]` and `ImmutableDenseMatrix`
[error] unsupported-operator - :35:36 - Operator `*` is unsupported between objects of type `Literal[2]` and `ImmutableDenseMatrix`
[error] unsupported-operator - :36:12 - Operator `*` is unsupported between objects of type `Literal[3]` and `ImmutableDenseMatrix`
[error] unsupported-operator - :36:18 - Operator `*` is unsupported between objects of type `ImmutableDenseMatrix` and `ImmutableDenseMatrix`

sympy/matrices/expressions/tests/test_matmul.py

[error] unsupported-operator - :37:20 - Operator `*` is unsupported between objects of type `Literal[2]` and `MutableDenseMatrix`
[error] unsupported-operator - :37:28 - Operator `*` is unsupported between objects of type `Literal[2]` and `MutableDenseMatrix`
[error] unsupported-operator - :49:22 - Operator `*` is unsupported between objects of type `Literal[2]` and `MutableDenseMatrix`
[error] unsupported-operator - :49:30 - Operator `*` is unsupported between objects of type `Literal[2]` and `MutableDenseMatrix`
[error] unsupported-operator - :108:48 - Operator `**` is unsupported between objects of type `ImmutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :120:35 - Operator `*` is unsupported between objects of type `Literal[2]` and `MutableDenseMatrix`

sympy/matrices/expressions/tests/test_matpow.py

[error] unsupported-operator - :77:42 - Operator `**` is unsupported between objects of type `ImmutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :79:43 - Operator `**` is unsupported between objects of type `ImmutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :97:35 - Operator `**` is unsupported between objects of type `ImmutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :99:36 - Operator `**` is unsupported between objects of type `ImmutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :123:47 - Operator `*` is unsupported between objects of type `ImmutableDenseMatrix` and `ImmutableDenseMatrix`
[error] unsupported-operator - :124:47 - Operator `+` is unsupported between objects of type `ImmutableDenseMatrix` and `ImmutableDenseMatrix`

sympy/matrices/expressions/tests/test_trace.py

[error] unsupported-operator - :64:19 - Operator `*` is unsupported between objects of type `Literal[2]` and `ImmutableDenseMatrix`
[error] unsupported-operator - :87:19 - Operator `*` is unsupported between objects of type `Literal[2]` and `MutableDenseMatrix`
[error] unsupported-operator - :89:19 - Operator `*` is unsupported between objects of type `Literal[2]` and `MutableDenseMatrix`

sympy/matrices/inverse.py

[error] unsupported-operator - :382:13 - Operator `*` is unsupported between objects of type `MatrixBase` and `MatrixBase`
[error] unsupported-operator - :390:10 - Operator `*` is unsupported between objects of type `MatrixBase` and `MatrixBase`

sympy/matrices/tests/test_decompositions.py

[error] unsupported-operator - :23:13 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :32:13 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :42:13 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :51:13 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :57:13 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :77:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :77:19 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :84:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :84:19 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :90:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :90:19 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :103:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :110:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :123:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :131:21 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :139:27 - Operator `/` is unsupported between objects of type `Rational` and `Literal[5]`
[error] unsupported-operator - :139:36 - Operator `/` is unsupported between objects of type `Rational` and `Literal[5]`
[error] unsupported-operator - :140:36 - Operator `/` is unsupported between objects of type `Rational` and `Literal[5]`
[error] unsupported-operator - :141:59 - Operator `/` is unsupported between objects of type `Rational` and `Literal[5]`
[error] unsupported-operator - :142:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :149:17 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :155:17 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :175:17 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :181:17 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :187:17 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :194:17 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :200:17 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :206:17 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :214:17 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :220:17 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :233:17 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :245:17 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :282:21 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :288:21 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :331:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :334:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :341:23 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :377:15 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :378:15 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :389:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :395:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :401:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :411:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :425:22 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :437:21 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :450:21 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :461:21 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :474:21 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/matrices/tests/test_reductions.py

[error] unsupported-operator - :293:16 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :299:16 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :377:21 - Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/matrices/tests/test_repmatrix.py

[error] unsupported-operator - :22:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/matrices/tests/test_subspaces.py

[error] unsupported-operator - :46:35 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :47:35 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :56:44 - Operator `/` is unsupported between objects of type `Rational` and `Literal[23]`
[error] unsupported-operator - :57:35 - Operator `/` is unsupported between objects of type `Rational` and `Literal[23]`
[error] unsupported-operator - :57:44 - Operator `/` is unsupported between objects of type `Rational` and `Literal[23]`
[error] unsupported-operator - :64:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :73:46 - Operator `/` is unsupported between objects of type `Rational` and `Literal[3]`
[error] unsupported-operator - :81:47 - Operator `/` is unsupported between objects of type `Rational` and `Literal[3]`
[error] unsupported-operator - :104:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/parsing/tests/test_ast_parser.py

[error] unsupported-operator - :19:48 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/physics/control/routh_table.py

[error] unsupported-operator - :154:37 - Operator `+` is unsupported between objects of type `int | NegativeInfinity` and `Literal[1]`
[error] unsupported-operator - :154:59 - Operator `+` is unsupported between objects of type `int | NegativeInfinity` and `Literal[1]`

sympy/physics/mechanics/tests/test_joint.py

[error] unsupported-operator - :356:53 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :357:52 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :361:52 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :362:52 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :381:53 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :382:52 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :384:52 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :385:53 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :567:28 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :567:43 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :568:34 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :570:10 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :570:52 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :571:30 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :572:30 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :572:51 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :573:30 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :574:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :574:59 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :575:23 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :807:74 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :807:82 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :808:63 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :808:95 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :826:61 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :827:51 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :827:59 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :827:67 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :828:60 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :828:68 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/physics/optics/tests/test_gaussopt.py

[error] unsupported-operator - :39:15 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/physics/optics/tests/test_polarization.py

[error] unsupported-operator - :50:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :50:28 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :51:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :51:28 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/physics/quantum/sho1d.py

[error] unsupported-operator - :506:21 - Operator `+` is unsupported between objects of type `int` and `Half`

sympy/physics/quantum/tests/test_cg.py

[error] unsupported-operator - :123:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :125:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/physics/quantum/tests/test_represent.py

[error] unsupported-operator - :87:12 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :89:17 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :89:29 - Operator `*` is unsupported between objects of type `Literal[2]` and `MutableDenseMatrix`
[error] unsupported-operator - :91:24 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :91:36 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :93:28 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :93:40 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/physics/quantum/tests/test_spin.py

[error] unsupported-operator - :73:48 - Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :75:49 - Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :93:48 - Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :95:35 - Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :96:49 - Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :102:48 - Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :104:49 - Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :109:48 - Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :111:49 - Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :279:17 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :280:27 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :281:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :472:37 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :501:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :656:53 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :659:53 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :662:53 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :665:53 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :668:53 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :671:53 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :674:61 - Operator `/` is unsupported between objects of type `NegativeOne` and `Literal[2]`
[error] unsupported-operator - :741:61 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :744:61 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :747:61 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :750:61 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :753:61 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :756:61 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :759:61 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :762:61 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :765:61 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :768:61 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :771:61 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :774:61 - Operator `/` is unsupported between objects of type `NegativeOne` and `Literal[2]`
[error] unsupported-operator - :785:76 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :788:76 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :791:76 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :794:76 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :797:76 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :800:76 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :808:85 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :811:85 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :814:85 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :817:85 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :820:85 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :823:85 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1336:37 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1383:37 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1393:37 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1401:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1427:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1454:37 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1462:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1472:37 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1492:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1498:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1516:37 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1563:37 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1573:37 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1579:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1760:71 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1763:80 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1916:37 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1919:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1936:60 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1973:30 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1976:37 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1979:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1982:30 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1995:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1999:71 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :2004:71 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :2009:80 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :2014:71 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :2019:80 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :2023:80 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :2083:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2093:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2100:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2131:30 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2138:30 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2152:30 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2176:22 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2321:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2325:80 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2330:47 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2340:79 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2346:47 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2357:80 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2362:79 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2368:47 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2379:80 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2384:47 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2393:81 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2401:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2406:71 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :2410:71 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :2415:80 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :2420:71 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :2424:80 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :2429:80 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :2496:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2507:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2514:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2543:30 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2550:30 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2562:30 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2588:22 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2733:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2738:80 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2744:47 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2754:79 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2760:47 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2771:80 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2776:79 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2782:47 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2792:80 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2798:47 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2809:81 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2820:37 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2824:37 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2829:37 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2835:45 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2841:37 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2863:45 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2869:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2875:37 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2883:45 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2891:45 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2897:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2903:45 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2908:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2912:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2915:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2919:63 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2923:72 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2928:64 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2933:71 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2940:63 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2947:73 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2953:71 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2962:63 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2971:73 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2980:64 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2989:72 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2995:72 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3001:71 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3010:63 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3019:73 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3028:64 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3037:72 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3043:72 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3050:64 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3057:72 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3062:72 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3067:73 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3071:73 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3074:64 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3079:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3084:37 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3089:37 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3094:61 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :3099:37 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3106:61 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :3113:61 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :3118:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3123:37 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3130:61 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :3137:61 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :3142:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3147:61 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :3152:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3157:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3160:30 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3164:63 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3169:72 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3176:64 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3181:71 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3188:63 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3193:73 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3198:71 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3207:63 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3216:73 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3225:64 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3234:72 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3239:72 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3244:71 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3253:63 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3262:73 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3271:64 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3280:72 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3285:72 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3290:64 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3297:72 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3302:72 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3309:73 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3314:73 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3317:64 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3380:23 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3382:39 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3384:39 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3386:39 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3388:39 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3390:23 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3392:23 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3394:39 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3404:23 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :4327:70 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/physics/tests/test_physics_matrices.py

[error] unsupported-operator - :16:38 - Operator `*` is unsupported between objects of type `Literal[2]` and `MutableDenseMatrix`
[error] unsupported-operator - :21:38 - Operator `*` is unsupported between objects of type `Literal[2]` and `MutableDenseMatrix`
[error] unsupported-operator - :26:38 - Operator `*` is unsupported between objects of type `Literal[2]` and `MutableDenseMatrix`
[error] unsupported-operator - :31:38 - Operator `*` is unsupported between objects of type `Literal[2]` and `MutableDenseMatrix`

sympy/physics/tests/test_qho_1d.py

[error] unsupported-operator - :43:49 - Operator `+` is unsupported between objects of type `int` and `Half`

sympy/physics/units/definitions/unit_definitions.py

[error] unsupported-operator - :73:39 - Operator `/` is unsupported between objects of type `One` and `Literal[100000]`
[error] unsupported-operator - :75:38 - Operator `/` is unsupported between objects of type `One` and `Literal[10000000]`
[error] unsupported-operator - :231:53 - Operator `/` is unsupported between objects of type `One` and `Literal[4]`

sympy/physics/units/systems/cgs.py

[error] unsupported-operator - :20:46 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :21:29 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :22:47 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :23:56 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :24:54 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :38:63 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :64:44 - Operator `/` is unsupported between objects of type `One` and `Literal[1000000000000000000]`
[error] unsupported-operator - :67:44 - Operator `/` is unsupported between objects of type `One` and `Literal[100000]`

sympy/physics/units/tests/test_prefixes.py

[error] unsupported-operator - :27:26 - Operator `/` is unsupported between objects of type `One` and `Literal[12]`
[error] unsupported-operator - :28:26 - Operator `/` is unsupported between objects of type `Integer` and `Literal[12]`
[error] unsupported-operator - :49:27 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`

sympy/physics/units/tests/test_unit_system_cgs_gauss.py

[error] unsupported-operator - :15:96 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :16:103 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/physics/vector/tests/test_dyadic.py

[error] unsupported-operator - :108:26 - Operator `*` is unsupported between objects of type `Float` and `Float`

sympy/polys/agca/tests/test_extensions.py

[error] unsupported-operator - :161:13 - Operator `**` is unsupported between objects of type `Poly` and `Literal[2]`
[error] unsupported-operator - :171:12 - Operator `**` is unsupported between objects of type `Poly` and `Literal[2]`

sympy/polys/dispersion.py

[error] unsupported-operator - :116:43 - Operator `-` is unsupported between objects of type `int | NegativeInfinity` and `Literal[1]`
[error] unsupported-operator - :117:43 - Operator `-` is unsupported between objects of type `int | NegativeInfinity` and `Literal[1]`

sympy/polys/matrices/tests/test_eigen.py

[error] unsupported-operator - :52:10 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :52:58 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :53:10 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/polys/numberfields/tests/test_subfield.py

[error] unsupported-operator - :240:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/polys/numberfields/tests/test_utilities.py

[error] unsupported-operator - :36:19 - Operator `**` is unsupported between objects of type `Poly` and `int`

sympy/polys/tests/test_constructor.py

[error] unsupported-operator - :158:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :220:20 - Operator `-` is unsupported between objects of type `Unknown | int | float | Float` and `float`

sympy/polys/tests/test_orthopolys.py

[error] unsupported-operator - :163:55 - Operator `/` is unsupported between objects of type `Rational` and `Literal[2]`

sympy/polys/tests/test_ring_series.py

[error] unsupported-operator - :331:61 - Operator `/` is unsupported between objects of type `Integer` and `Literal[668083460499]`
[error] unsupported-operator - :693:45 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :693:73 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/printing/jscode.py

[error] unsupported-operator - :102:26 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`

sympy/printing/tests/test_tableform.py

[error] unsupported-operator - :104:43 - Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :115:43 - Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :126:43 - Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :137:45 - Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :148:45 - Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :175:45 - Operator `/` is unsupported between objects of type `One` and `Literal[4]`

sympy/series/tests/test_approximants.py

[error] unsupported-operator - :75:13 - Operator `/` is unsupported between objects of type `Poly` and `Poly`
[error] unsupported-operator - :80:13 - Operator `/` is unsupported between objects of type `Poly` and `Poly`
[error] unsupported-operator - :85:13 - Operator `/` is unsupported between objects of type `Poly` and `Poly`

sympy/series/tests/test_demidovich.py

[error] unsupported-operator - :62:65 - Operator `/` is unsupported between objects of type `Rational` and `Literal[2]`
[error] unsupported-operator - :63:50 - Operator `/` is unsupported between objects of type `Rational` and `Literal[2]`
[error] unsupported-operator - :65:58 - Operator `/` is unsupported between objects of type `Rational` and `Literal[3]`
[error] unsupported-operator - :67:61 - Operator `/` is unsupported between objects of type `Rational` and `Literal[9]`
[error] unsupported-operator - :79:52 - Operator `/` is unsupported between objects of type `Rational` and `Literal[2]`

sympy/series/tests/test_limitseq.py

[error] unsupported-operator - :74:28 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :78:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :88:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[83351]`
[error] unsupported-operator - :91:31 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :102:23 - Operator `/` is unsupported between objects of type `NegativeOne` and `Literal[5]`
[error] unsupported-operator - :123:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :152:34 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :165:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :177:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[16]`

sympy/series/tests/test_nseries.py

[error] unsupported-operator - :194:56 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :213:63 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :213:77 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :387:33 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/simplify/tests/test_fu.py

[error] unsupported-operator - :47:56 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :51:58 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :62:67 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :63:69 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :133:9 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :492:88 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`

sympy/solvers/tests/test_numeric.py

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

sympy/stats/crv_types.py

[error] unsupported-operator - :818:41 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2723:17 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`

sympy/stats/sampling/tests/test_sample_discrete_rv.py

[error] unsupported-operator - :40:9 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/stats/tests/test_compound_rv.py

[error] unsupported-operator - :38:71 - Operator `/` is unsupported between objects of type `Integer` and `Literal[40]`
[error] unsupported-operator - :40:24 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :41:36 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :59:35 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :59:46 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :60:35 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :61:27 - Operator `/` is unsupported between objects of type `Integer` and `Literal[9]`
[error] unsupported-operator - :62:26 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :65:24 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :67:35 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :67:46 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :68:26 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :72:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :115:72 - Operator `/` is unsupported between objects of type `Integer` and `Literal[16]`

sympy/stats/tests/test_continuous_rv.py

[error] unsupported-operator - :420:33 - Operator `/` is unsupported between objects of type `Literal[1]` and `Integer`
[error] unsupported-operator - :421:40 - Operator `/` is unsupported between objects of type `Literal[2]` and `Integer`
[error] unsupported-operator - :522:69 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :522:90 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :523:46 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :523:93 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :526:70 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :526:91 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :527:50 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :527:96 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :916:71 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :938:27 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1070:20 - Operator `/` is unsupported between objects of type `Literal[21]` and `Integer`
[error] unsupported-operator - :1071:27 - Operator `/` is unsupported between objects of type `Literal[63]` and `Integer`
[error] unsupported-operator - :1401:72 - Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :1569:45 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1570:35 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/stats/tests/test_finite_rv.py

[error] unsupported-operator - :56:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[10]`
[error] unsupported-operator - :57:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[10]`
[error] unsupported-operator - :72:20 - Operator `+` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :222:26 - Operator `*` is unsupported between objects of type `Literal[2]` and `Rational`
[error] unsupported-operator - :223:26 - Operator `*` is unsupported between objects of type `Literal[3]` and `Rational`
[error] unsupported-operator - :235:27 - Operator `/` is unsupported between objects of type `One` and `Literal[6]`
[error] unsupported-operator - :235:35 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :235:43 - Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :266:28 - Operator `*` is unsupported between objects of type `int` and `Unknown | int | Rational`
[error] unsupported-operator - :267:35 - Operator `*` is unsupported between objects of type `int` and `Unknown | int | Rational`
[error] unsupported-operator - :267:40 - Operator `-` is unsupported between objects of type `Literal[1]` and `Unknown | int | Rational`
[error] unsupported-operator - :269:44 - Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | int | Rational`
[error] unsupported-operator - :269:54 - Operator `*` is unsupported between objects of type `int` and `Unknown | int | Rational`
[error] unsupported-operator - :269:59 - Operator `-` is unsupported between objects of type `Literal[1]` and `Unknown | int | Rational`
[error] unsupported-operator - :270:48 - Operator `*` is unsupported between objects of type `Literal[6]` and `Unknown | int | Rational`
[error] unsupported-operator - :270:53 - Operator `-` is unsupported between objects of type `Literal[1]` and `Unknown | int | Rational`
[error] unsupported-operator - :270:62 - Operator `*` is unsupported between objects of type `int` and `Unknown | int | Rational`
[error] unsupported-operator - :270:67 - Operator `-` is unsupported between objects of type `Literal[1]` and `Unknown | int | Rational`
[error] unsupported-operator - :272:60 - Operator `-` is unsupported between objects of type `Literal[1]` and `Unknown | int | Rational`

sympy/stats/tests/test_joint_rv.py

[error] unsupported-operator - :93:14 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :280:60 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/stats/tests/test_matrix_distributions.py

[error] unsupported-operator - :44:60 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :45:26 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :67:56 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :69:18 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :69:53 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :80:34 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :80:62 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :81:50 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :107:42 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :108:44 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :108:78 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/stats/tests/test_rv.py

[error] unsupported-operator - :430:27 - Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :433:36 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/tensor/tests/test_tensor_operators.py

[error] unsupported-operator - :152:13 - Operator `+` is unsupported between objects of type `PartialDerivative` and `PartialDerivative`
[error] unsupported-operator - :158:13 - Operator `+` is unsupported between objects of type `PartialDerivative` and `PartialDerivative`
[error] unsupported-operator - :170:13 - Operator `+` is unsupported between objects of type `PartialDerivative` and `PartialDerivative`
[error] unsupported-operator - :175:9 - Operator `+` is unsupported between objects of type `PartialDerivative` and `PartialDerivative`
[error] unsupported-operator - :185:13 - Operator `+` is unsupported between objects of type `PartialDerivative` and `PartialDerivative`
[error] unsupported-operator - :189:13 - Operator `+` is unsupported between objects of type `PartialDerivative` and `PartialDerivative`
[error] unsupported-operator - :199:9 - Operator `+` is unsupported between objects of type `PartialDerivative` and `PartialDerivative`
[error] unsupported-operator - :203:9 - Operator `+` is unsupported between objects of type `PartialDerivative` and `PartialDerivative`
[error] unsupported-operator - :219:9 - Operator `*` is unsupported between objects of type `int` and `PartialDerivative`
[error] unsupported-operator - :223:9 - Operator `*` is unsupported between objects of type `int` and `PartialDerivative`
[error] unsupported-operator - :227:9 - Operator `*` is unsupported between objects of type `Rational` and `PartialDerivative`
[error] unsupported-operator - :231:9 - Operator `*` is unsupported between objects of type `Rational` and `PartialDerivative`
[error] unsupported-operator - :235:9 - Operator `*` is unsupported between objects of type `Rational` and `PartialDerivative`
[error] unsupported-operator - :253:9 - Operator `*` is unsupported between objects of type `int` and `PartialDerivative`
[error] unsupported-operator - :254:11 - Operator `*` is unsupported between objects of type `int` and `PartialDerivative`
[error] unsupported-operator - :258:9 - Operator `*` is unsupported between objects of type `int` and `PartialDerivative`
[error] unsupported-operator - :259:11 - Operator `*` is unsupported between objects of type `int` and `PartialDerivative`
[error] unsupported-operator - :263:9 - Operator `*` is unsupported between objects of type `int` and `PartialDerivative`
[error] unsupported-operator - :264:11 - Operator `*` is unsupported between objects of type `int` and `PartialDerivative`
[error] unsupported-operator - :268:9 - Operator `*` is unsupported between objects of type `Rational` and `PartialDerivative`
[error] unsupported-operator - :269:11 - Operator `*` is unsupported between objects of type `Rational` and `PartialDerivative`
[error] unsupported-operator - :273:9 - Operator `*` is unsupported between objects of type `Rational` and `PartialDerivative`
[error] unsupported-operator - :274:11 - Operator `*` is unsupported between objects of type `Rational` and `PartialDerivative`
[error] unsupported-operator - :278:9 - Operator `*` is unsupported between objects of type `Rational` and `PartialDerivative`
[error] unsupported-operator - :279:11 - Operator `*` is unsupported between objects of type `Rational` and `PartialDerivative`
[error] unsupported-operator - :283:9 - Operator `*` is unsupported between objects of type `Rational` and `PartialDerivative`
[error] unsupported-operator - :284:11 - Operator `*` is unsupported between objects of type `Rational` and `PartialDerivative`
[error] unsupported-operator - :288:9 - Operator `*` is unsupported between objects of type `Rational` and `PartialDerivative`
[error] unsupported-operator - :289:11 - Operator `*` is unsupported between objects of type `Rational` and `PartialDerivative`
[error] unsupported-operator - :293:9 - Operator `*` is unsupported between objects of type `Rational` and `PartialDerivative`
[error] unsupported-operator - :294:11 - Operator `*` is unsupported between objects of type `Rational` and `PartialDerivative`
[error] unsupported-operator - :314:11 - Operator `*` is unsupported between objects of type `PartialDerivative` and `PartialDerivative`
[error] unsupported-operator - :315:11 - Operator `*` is unsupported between objects of type `PartialDerivative` and `PartialDerivative`

sympy/vector/tests/test_implicitregion.py

[error] unsupported-operator - :26:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :26:59 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :27:35 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :31:35 - Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :31:43 - Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :60:64 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :62:78 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :62:104 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :85:9 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :85:66 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/algebras/tests/test_quaternion.py

[error] unsupported-operator - :72:37 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :73:37 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :201:55 - Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :201:69 - Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :365:66 - Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :365:80 - Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :420:33 - Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/assumptions/tests/test_query.py

[error] unsupported-operator - :2113:32 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :2114:10 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[3]`

sympy/assumptions/tests/test_refine.py

[error] unsupported-operator - :53:26 - Operator `-` is unsupported between objects of type `int | float` and `Half`
[error] unsupported-operator - :54:26 - Operator `+` is unsupported between objects of type `int | float` and `Half`
[error] unsupported-operator - :55:38 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :59:38 - Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :60:38 - Operator `*` is unsupported between objects of type `Literal[9]` and `Half`

sympy/benchmarks/bench_symbench.py

[error] unsupported-operator - :17:21 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :99:21 - Operator `/` is unsupported between objects of type `Integer` and `Literal[10]`

sympy/calculus/finite_diff.py

[error] unsupported-operator - :190:30 - Operator `/` is unsupported between objects of type `One` and `One | Unknown`

sympy/calculus/tests/test_accumulationbounds.py

[error] unsupported-operator - :25:12 - Operator `+` is unsupported between objects of type `AccumulationBounds` and `Literal[1]`
[error] unsupported-operator - :26:12 - Operator `+` is unsupported between objects of type `Literal[1]` and `AccumulationBounds`
[error] unsupported-operator - :27:12 - Operator `+` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :31:12 - Operator `-` is unsupported between objects of type `AccumulationBounds` and `Literal[1]`
[error] unsupported-operator - :32:12 - Operator `-` is unsupported between objects of type `Literal[1]` and `AccumulationBounds`
[error] unsupported-operator - :33:12 - Operator `-` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :39:12 - Operator `+` is unsupported between objects of type `AccumulationBounds` and `Infinity`
[error] unsupported-operator - :40:12 - Operator `+` is unsupported between objects of type `AccumulationBounds` and `Infinity`
[error] unsupported-operator - :41:12 - Operator `-` is unsupported between objects of type `AccumulationBounds` and `Infinity`
[error] unsupported-operator - :43:12 - Operator `-` is unsupported between objects of type `AccumulationBounds` and `Infinity`
[error] unsupported-operator - :45:12 - Operator `-` is unsupported between objects of type `AccumulationBounds` and `Infinity`
[error] unsupported-operator - :47:13 - Operator `-` is unsupported between objects of type `Infinity` and `AccumulationBounds`
[error] unsupported-operator - :50:12 - Operator `/` is unsupported between objects of type `AccumulationBounds` and `Literal[2]`
[error] unsupported-operator - :51:12 - Operator `/` is unsupported between objects of type `Literal[2]` and `AccumulationBounds`
[error] unsupported-operator - :52:12 - Operator `/` is unsupported between objects of type `Literal[1]` and `AccumulationBounds`
[error] unsupported-operator - :66:12 - Operator `*` is unsupported between objects of type `AccumulationBounds` and `Literal[2]`
[error] unsupported-operator - :67:12 - Operator `*` is unsupported between objects of type `Literal[2]` and `AccumulationBounds`
[error] unsupported-operator - :68:12 - Operator `*` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :69:12 - Operator `*` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :71:12 - Operator `*` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :72:12 - Operator `*` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :74:12 - Operator `*` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :75:12 - Operator `*` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :76:12 - Operator `*` is unsupported between objects of type `AccumulationBounds` and `Literal[0]`
[error] unsupported-operator - :77:12 - Operator `*` is unsupported between objects of type `AccumulationBounds` and `Literal[0]`
[error] unsupported-operator - :78:12 - Operator `*` is unsupported between objects of type `AccumulationBounds` and `Literal[0]`
[error] unsupported-operator - :79:12 - Operator `*` is unsupported between objects of type `AccumulationBounds` and `Literal[0]`
[error] unsupported-operator - :83:12 - Operator `*` is unsupported between objects of type `AccumulationBounds` and `Infinity`
[error] unsupported-operator - :84:12 - Operator `*` is unsupported between objects of type `AccumulationBounds` and `Infinity`
[error] unsupported-operator - :87:12 - Operator `*` is unsupported between objects of type `AccumulationBounds` and `Infinity`
[error] unsupported-operator - :89:12 - Operator `*` is unsupported between objects of type `AccumulationBounds` and `Infinity`
[error] unsupported-operator - :93:12 - Operator `/` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :94:12 - Operator `/` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :95:12 - Operator `/` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :99:12 - Operator `/` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :100:12 - Operator `/` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :102:12 - Operator `/` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :103:12 - Operator `/` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :104:12 - Operator `/` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :106:12 - Operator `/` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :107:12 - Operator `/` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :108:12 - Operator `/` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :110:12 - Operator `/` is unsupported between objects of type `Literal[1]` and `AccumulationBounds`
[error] unsupported-operator - :111:12 - Operator `/` is unsupported between objects of type `Literal[1]` and `AccumulationBounds`
[error] unsupported-operator - :112:12 - Operator `/` is unsupported between objects of type `Literal[-1]` and `AccumulationBounds`
[error] unsupported-operator - :113:12 - Operator `/` is unsupported between objects of type `Literal[1]` and `AccumulationBounds`
[error] unsupported-operator - :114:12 - Operator `/` is unsupported between objects of type `Literal[1]` and `AccumulationBounds`
[error] unsupported-operator - :115:12 - Operator `/` is unsupported between objects of type `Literal[-2]` and `AccumulationBounds`
[error] unsupported-operator - :116:12 - Operator `/` is unsupported between objects of type `Literal[1]` and `AccumulationBounds`
[error] unsupported-operator - :120:12 - Operator `/` is unsupported between objects of type `AccumulationBounds` and `Literal[0]`
[error] unsupported-operator - :140:25 - Operator `*` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :141:13 - Operator `+` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :154:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :160:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `Literal[2]`
[error] unsupported-operator - :161:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `Literal[2]`
[error] unsupported-operator - :162:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `Literal[2]`
[error] unsupported-operator - :163:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `Literal[3]`
[error] unsupported-operator - :164:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `Literal[0]`
[error] unsupported-operator - :181:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `Literal[-2]`
[error] unsupported-operator - :182:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `Literal[-2]`
[error] unsupported-operator - :183:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `Literal[-3]`
[error] unsupported-operator - :184:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `Literal[-3]`
[error] unsupported-operator - :185:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `Literal[-2]`
[error] unsupported-operator - :186:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `Literal[-3]`
[error] unsupported-operator - :187:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `Literal[-3]`
[error] unsupported-operator - :188:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `Literal[-2]`
[error] unsupported-operator - :190:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `Literal[-2]`
[error] unsupported-operator - :191:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `Literal[-2]`
[error] unsupported-operator - :234:34 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :235:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :239:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :239:23 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :240:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :243:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :243:36 - Operator `/` is unsupported between objects of type `Integer` and `Literal[27]`
[error] unsupported-operator - :243:45 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :244:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :244:35 - Operator `/` is unsupported between objects of type `Integer` and `Literal[27]`
[error] unsupported-operator - :248:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :248:17 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :248:43 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :249:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :250:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :251:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :252:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :252:14 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :253:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :253:14 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :254:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :254:14 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :255:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :255:14 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :256:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :256:14 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :257:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :257:14 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :258:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :258:14 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :259:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :259:14 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :260:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :260:14 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :261:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :262:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :263:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :264:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :265:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :266:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :267:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :268:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :268:41 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :269:12 - Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`

sympy/calculus/tests/test_finite_diff.py

[error] unsupported-operator - :81:12 - Operator `/` is unsupported between objects of type `int` and `Integer`

sympy/codegen/tests/test_algorithms.py

[error] unsupported-operator - :177:19 - Operator `*` is unsupported between objects of type `Float` and `Unknown | float`

sympy/codegen/tests/test_ast.py

[error] unsupported-operator - :536:13 - Operator `+` is unsupported between objects of type `Float` and `complex`

sympy/concrete/tests/test_sums_products.py

[error] unsupported-operator - :346:52 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :572:42 - Operator `/` is unsupported between objects of type `Integer` and `Literal[10]`
[error] unsupported-operator - :575:40 - Operator `/` is unsupported between objects of type `Integer` and `Literal[10]`
[error] unsupported-operator - :1183:35 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1569:44 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :1571:39 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1579:9 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1587:27 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1594:70 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1595:70 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1596:69 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1597:69 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1598:82 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1599:79 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/core/add.py

[error] missing-argument - :269:25 - No argument provided for required parameter 2
[error] unsupported-operator - :321:17 - Operator `+=` is unsupported between objects of type `Number` and `Number`

sympy/core/evalf.py

[error] unsupported-operator - :1224:12 - Operator `-` is unsupported between objects of type `int | NegativeInfinity` and `int | NegativeInfinity`
[error] unsupported-operator - :1278:13 - Operator `*=` is unsupported between objects of type `Rational` and `int | Unknown`

sympy/core/expr.py

[error] unsupported-operator - :2625:30 - Operator `/` is unsupported between objects of type `Zero | Unknown` and `Literal[2]`
[error] unsupported-operator - :4091:34 - Operator `/` is unsupported between objects of type `Float` and `int | float`

sympy/core/mul.py

[error] unsupported-operator - :1920:25 - Operator `-=` is unsupported between objects of type `Infinity & ~AlwaysFalsy` and `(Unknown & ~AlwaysFalsy) | Literal[1]`

sympy/core/numbers.py

[error] unsupported-operator - :378:24 - Operator `*` is unsupported between objects of type `Number & ~AlwaysFalsy` and `int`

sympy/core/tests/test_args.py

[error] unsupported-operator - :5425:23 - Operator `*` is unsupported between objects of type `Literal[2]` and `DyadicAdd`

sympy/core/tests/test_arit.py

[error] unsupported-operator - :119:29 - Operator `/` is unsupported between objects of type `Rational` and `Literal[2]`
[error] unsupported-operator - :149:19 - Operator `/` is unsupported between objects of type `Rational` and `Rational`
[error] unsupported-operator - :153:14 - Operator `/` is unsupported between objects of type `Rational` and `Rational`
[error] unsupported-operator - :213:51 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :213:62 - Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :213:70 - Operator `/` is unsupported between objects of type `Integer` and `Literal[32]`
[error] unsupported-operator - :1856:14 - Operator `%` is unsupported between objects of type `Float` and `Literal[1]`
[error] unsupported-operator - :1918:17 - Operator `/` is unsupported between objects of type `Integer` and `Literal[10]`
[error] unsupported-operator - :1918:42 - Operator `/` is unsupported between objects of type `Integer` and `Literal[10]`
[error] unsupported-operator - :2218:16 - Operator `+` is unsupported between objects of type `Literal[1]` and `Rational`
[error] unsupported-operator - :2487:24 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2487:46 - Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`

sympy/core/tests/test_assumptions.py

[error] unsupported-operator - :1030:33 - Operator `*` is unsupported between objects of type `Literal[0]` and `Infinity`
[error] unsupported-operator - :1031:8 - Operator `*` is unsupported between objects of type `Literal[0]` and `Infinity`

sympy/core/tests/test_complex.py

[error] unsupported-operator - :148:10 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :150:10 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :151:26 - Operator `/` is unsupported between objects of type `Integer` and `Literal[1024]`
[error] unsupported-operator - :205:28 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`

sympy/core/tests/test_count_ops.py

[error] unsupported-operator - :57:18 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :81:22 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`

sympy/core/tests/test_eval.py

[error] unsupported-operator - :21:12 - Operator `+` is unsupported between objects of type `Rational` and `Rational`

sympy/core/tests/test_evalf.py

[error] unsupported-operator - :273:19 - Operator `/` is unsupported between objects of type `Integer` and `int`

sympy/core/tests/test_expand.py

[error] unsupported-operator - :150:36 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/core/tests/test_expr.py

[error] unsupported-operator - :441:35 - Operator `+` is unsupported between objects of type `Unknown | Rational | Float | Symbol` and `Literal["1"]`
[error] unsupported-operator - :442:35 - Operator `-` is unsupported between objects of type `Unknown | Rational | Float | Symbol` and `Literal["1"]`
[error] unsupported-operator - :444:20 - Operator `*` is unsupported between objects of type `Unknown | Rational | Float | Symbol` and `Literal["1"]`
[error] unsupported-operator - :446:39 - Operator `*` is unsupported between objects of type `(Unknown & ~Literal[2]) | Rational | Float | Symbol` and `Literal["1"]`
[error] unsupported-operator - :447:35 - Operator `/` is unsupported between objects of type `Unknown | Rational | Float | Symbol` and `Literal["1"]`
[error] unsupported-operator - :669:25 - Operator `/` is unsupported between objects of type `NaN | Infinity | NegativeInfinity | ComplexInfinity` and `Literal[1] | Symbol`
[error] unsupported-operator - :705:36 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :709:27 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :710:27 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :711:27 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :725:9 - Operator `*` is unsupported between objects of type `Rational` and `MyInt`
[error] unsupported-operator - :728:31 - Operator `*` is unsupported between objects of type `Rational` and `<class 'MyInt'>`
[error] unsupported-operator - :736:9 - Operator `*` is unsupported between objects of type `Rational` and `MyInt`
[error] unsupported-operator - :739:31 - Operator `*` is unsupported between objects of type `Rational` and `<class 'MyInt'>`
[error] unsupported-operator - :1446:38 - Operator `/` is unsupported between objects of type `One` and `Literal[8]`
[error] unsupported-operator - :1878:10 - Operator `/` is unsupported between objects of type `One` and `Literal[14]`
[error] unsupported-operator - :1881:14 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1883:10 - Operator `/` is unsupported between objects of type `One` and `Literal[21]`
[error] unsupported-operator - :1940:18 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :1940:30 - Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :1940:48 - Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :1947:23 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1947:47 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1948:23 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1948:47 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1952:25 - Operator `/` is unsupported between objects of type `Rational` and `Literal[2]`
[error] unsupported-operator - :1970:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :1970:47 - Operator `/` is unsupported between objects of type `Integer` and `Literal[13824]`
[error] unsupported-operator - :1970:64 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1971:5 - Operator `/` is unsupported between objects of type `Integer` and `Literal[12]`
[error] unsupported-operator - :1971:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :1971:54 - Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :1972:5 - Operator `/` is unsupported between objects of type `Integer` and `Literal[13824]`
[error] unsupported-operator - :1972:22 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1972:33 - Operator `/` is unsupported between objects of type `Integer` and `Literal[12]`
[error] unsupported-operator - :1972:54 - Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :1973:5 - Operator `/` is unsupported between objects of type `Integer` and `Literal[13824]`
[error] unsupported-operator - :1973:22 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1973:33 - Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :1973:46 - Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :1974:7 - Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :1974:25 - Operator `/` is unsupported between objects of type `Integer` and `Literal[13824]`
[error] unsupported-operator - :1974:42 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1974:53 - Operator `/` is unsupported between objects of type `Integer` and `Literal[12]`
[error] unsupported-operator - :1975:7 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :1975:30 - Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :1975:48 - Operator `/` is unsupported between objects of type `Integer` and `Literal[13824]`
[error] unsupported-operator - :1975:65 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1976:5 - Operator `/` is unsupported between objects of type `Integer` and `Literal[12]`
[error] unsupported-operator - :1976:26 - Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :1976:44 - Operator `/` is unsupported between objects of type `Integer` and `Literal[13824]`
[error] unsupported-operator - :1976:61 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1977:5 - Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :1977:18 - Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :1977:49 - Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :1978:5 - Operator `/` is unsupported between objects of type `Integer` and `Literal[13824]`
[error] unsupported-operator - :1978:22 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1978:33 - Operator `/` is unsupported between objects of type `Integer` and `Literal[12]`
[error] unsupported-operator - :1979:5 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :1979:28 - Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :1979:46 - Operator `/` is unsupported between objects of type `Integer` and `Literal[13824]`
[error] unsupported-operator - :1979:63 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1980:5 - Operator `/` is unsupported between objects of type `Integer` and `Literal[12]`
[error] unsupported-operator - :1980:26 - Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :1980:44 - Operator `/` is unsupported between objects of type `Integer` and `Literal[13824]`
[error] unsupported-operator - :1980:61 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1981:5 - Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :1981:18 - Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :1981:51 - Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :1982:5 - Operator `/` is unsupported between objects of type `Integer` and `Literal[13824]`
[error] unsupported-operator - :1982:22 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1982:33 - Operator `/` is unsupported between objects of type `Integer` and `Literal[12]`
[error] unsupported-operator - :1983:5 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :1983:28 - Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :1983:46 - Operator `/` is unsupported between objects of type `Integer` and `Literal[13824]`
[error] unsupported-operator - :1983:63 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1984:5 - Operator `/` is unsupported between objects of type `Integer` and `Literal[12]`
[error] unsupported-operator - :1984:26 - Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :1984:44 - Operator `/` is unsupported between objects of type `Integer` and `Literal[13824]`
[error] unsupported-operator - :1984:61 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1985:5 - Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :1985:18 - Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :2142:20 - Operator `/` is unsupported between objects of type `Literal[1]` and `Integer`
[error] unsupported-operator - :2208:12 - Operator `+` is unsupported between objects of type `Float` and `Literal[1]`

sympy/core/tests/test_exprtools.py

[error] unsupported-operator - :73:46 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :73:70 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :74:24 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :74:50 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :165:14 - Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :177:14 - Operator `/` is unsupported between objects of type `One` and `Literal[64]`
[error] unsupported-operator - :179:14 - Operator `/` is unsupported between objects of type `One` and `Literal[8]`
[error] unsupported-operator - :284:50 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :284:71 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`

sympy/core/tests/test_function.py

[error] unsupported-operator - :563:83 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :564:87 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] missing-argument - :628:16 - No argument provided for required parameter 2
[error] unsupported-operator - :921:36 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :922:65 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1075:14 - Operator `/` is unsupported between objects of type `One` and `Literal[12]`
[error] unsupported-operator - :1097:45 - Operator `/` is unsupported between objects of type `Integer` and `Literal[24]`
[error] unsupported-operator - :1099:26 - Operator `/` is unsupported between objects of type `One` and `Literal[24]`
[error] unsupported-operator - :1133:18 - Operator `/` is unsupported between objects of type `One` and `Literal[8]`

sympy/core/tests/test_match.py

[error] unsupported-operator - :32:20 - Operator `+` is unsupported between objects of type `Rational` and `Literal[1]`
[error] unsupported-operator - :396:34 - Operator `/` is unsupported between objects of type `Rational` and `Literal[3]`
[error] unsupported-operator - :600:36 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :605:36 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :631:32 - Operator `/` is unsupported between objects of type `Literal[1]` and `Integer`
[error] unsupported-operator - :657:13 - Operator `/` is unsupported between objects of type `One` and `Literal[8]`
[error] unsupported-operator - :658:24 - Operator `/` is unsupported between objects of type `One` and `Literal[8]`

sympy/core/tests/test_numbers.py

[error] unsupported-operator - :54:32 - Operator `/` is unsupported between objects of type `Zero` and `Zero`
[error] unsupported-operator - :56:12 - Operator `/` is unsupported between objects of type `Zero` and `Zero`
[error] unsupported-operator - :64:12 - Operator `%` is unsupported between objects of type `Half` and `Half`
[error] unsupported-operator - :65:12 - Operator `%` is unsupported between objects of type `Half` and `Rational`
[error] unsupported-operator - :66:12 - Operator `%` is unsupported between objects of type `Half` and `Rational`
[error] unsupported-operator - :67:12 - Operator `%` is unsupported between objects of type `Rational` and `Half`
[error] unsupported-operator - :68:12 - Operator `%` is unsupported between objects of type `Rational` and `Rational`
[error] unsupported-operator - :69:12 - Operator `%` is unsupported between objects of type `Rational` and `Rational`
[error] unsupported-operator - :70:12 - Operator `%` is unsupported between objects of type `Rational` and `Half`
[error] unsupported-operator - :71:12 - Operator `%` is unsupported between objects of type `Rational` and `Rational`
[error] unsupported-operator - :72:12 - Operator `%` is unsupported between objects of type `Rational` and `Rational`
[error] unsupported-operator - :76:13 - Operator `%` is unsupported between objects of type `Float` and `float`
[error] unsupported-operator - :77:13 - Operator `%` is unsupported between objects of type `Float` and `Literal[2]`
[error] unsupported-operator - :78:13 - Operator `%` is unsupported between objects of type `Float` and `float`
[error] unsupported-operator - :82:12 - Operator `%` is unsupported between objects of type `Infinity` and `Infinity`
[error] unsupported-operator - :84:12 - Operator `%` is unsupported between objects of type `Literal[5]` and `Infinity`
[error] unsupported-operator - :93:9 - Operator `%` is unsupported between objects of type `Rational` and `Float`
[error] unsupported-operator - :94:17 - Operator `%` is unsupported between objects of type `Rational` and `Rational`
[error] unsupported-operator - :97:9 - Operator `%` is unsupported between objects of type `Float` and `Rational`
[error] unsupported-operator - :98:17 - Operator `%` is unsupported between objects of type `Rational` and `Rational`
[error] unsupported-operator - :107:12 - Operator `%` is unsupported between objects of type `Rational` and `Float`
[error] unsupported-operator - :108:12 - Operator `%` is unsupported between objects of type `Float` and `Rational`
[error] missing-argument - :109:12 - No argument provided for required parameter 2
[error] missing-argument - :110:12 - No argument provided for required parameter 2
[error] unsupported-operator - :111:12 - Operator `%` is unsupported between objects of type `float` and `Float`
[error] unsupported-operator - :442:13 - Operator `+` is unsupported between objects of type `Rational` and `Literal[1]`
[error] unsupported-operator - :443:14 - Operator `+` is unsupported between objects of type `Rational` and `Rational`
[error] unsupported-operator - :620:15 - Operator `/` is unsupported between objects of type `One` and `Literal[10]`
[error] unsupported-operator - :621:15 - Operator `/` is unsupported between objects of type `One` and `Literal[10]`
[error] unsupported-operator - :622:15 - Operator `/` is unsupported between objects of type `One` and `Literal[10]`
[error] unsupported-operator - :623:15 - Operator `/` is unsupported between objects of type `One` and `Literal[10]`
[error] unsupported-operator - :687:12 - Operator `-` is unsupported between objects of type `Float` and `Float`
[error] unsupported-operator - :692:12 - Operator `-` is unsupported between objects of type `Float` and `Float`
[error] unsupported-operator - :715:12 - Operator `*` is unsupported between objects of type `Literal[1]` and `Infinity`
[error] unsupported-operator - :719:12 - Operator `+` is unsupported between objects of type `Infinity` and `Literal[1]`
[error] unsupported-operator - :720:12 - Operator `+` is unsupported between objects of type `Literal[2]` and `Infinity`
[error] unsupported-operator - :721:12 - Operator `*` is unsupported between objects of type `Literal[3]` and `Infinity`
[error] unsupported-operator - :725:12 - Operator `+` is unsupported between objects of type `Infinity` and `Infinity`
[error] unsupported-operator - :726:18 - Operator `*` is unsupported between objects of type `Infinity` and `Literal[-5]`
[error] unsupported-operator - :730:12 - Operator `%` is unsupported between objects of type `Infinity` and `Literal[2]`
[error] unsupported-operator - :731:12 - Operator `%` is unsupported between objects of type `Literal[2]` and `Infinity`
[error] unsupported-operator - :732:12 - Operator `/` is unsupported between objects of type `Infinity` and `Infinity`
[error] unsupported-operator - :736:12 - Operator `-` is unsupported between objects of type `Infinity` and `Infinity`
[error] unsupported-operator - :742:12 - Operator `+` is unsupported between objects of type `Infinity` and `Infinity`
[error] unsupported-operator - :746:12 - Operator `*` is unsupported between objects of type `Infinity` and `Infinity`
[error] unsupported-operator - :750:12 - Operator `/` is unsupported between objects of type `Infinity` and `Literal[0]`
[error] unsupported-operator - :754:12 - Operator `*` is unsupported between objects of type `Infinity` and `Literal[0]`
[error] unsupported-operator - :756:12 - Operator `*` is unsupported between objects of type `Literal[0]` and `Infinity`
[error] unsupported-operator - :758:12 - Operator `+` is unsupported between objects of type `Infinity` and `Literal[0]`
[error] unsupported-operator - :760:12 - Operator `+` is unsupported between objects of type `Literal[0]` and `Infinity`
[error] unsupported-operator - :762:12 - Operator `-` is unsupported between objects of type `Infinity` and `Literal[0]`
[error] unsupported-operator - :764:12 - Operator `-` is unsupported between objects of type `Literal[0]` and `Infinity`
[error] unsupported-operator - :766:12 - Operator `/` is unsupported between objects of type `Infinity` and `Literal[2]`
[error] unsupported-operator - :768:12 - Operator `/` is unsupported between objects of type `Infinity` and `Literal[-2]`
[error] unsupported-operator - :770:12 - Operator `*` is unsupported between objects of type `Infinity` and `Literal[2]`
[error] unsupported-operator - :772:12 - Operator `*` is unsupported between objects of type `Infinity` and `Literal[-2]`
[error] unsupported-operator - :777:12 - Operator `*` is unsupported between objects of type `Literal[2]` and `Infinity`
[error] unsupported-operator - :779:12 - Operator `*` is unsupported between objects of type `Literal[-2]` and `Infinity`
[error] unsupported-operator - :781:12 - Operator `+` is unsupported between objects of type `Literal[2]` and `Infinity`
[error] unsupported-operator - :782:12 - Operator `-` is unsupported between objects of type `Literal[2]` and `Infinity`
[error] unsupported-operator - :783:12 - Operator `+` is unsupported between objects of type `Literal[-2]` and `Infinity`
[error] unsupported-operator - :784:12 - Operator `-` is unsupported between objects of type `Literal[-2]` and `Infinity`
[error] unsupported-operator - :793:12 - Operator `*` is unsupported between objects of type `Infinity` and `float`
[error] unsupported-operator - :793:37 - Operator `*` is unsupported between objects of type `Infinity` and `float`
[error] unsupported-operator - :795:12 - Operator `/` is unsupported between objects of type `Infinity` and `float`
[error] unsupported-operator - :795:37 - Operator `/` is unsupported between objects of type `Infinity` and `float`
[error] unsupported-operator - :797:12 - Operator `*` is unsupported between objects of type `Infinity` and `float`
[error] unsupported-operator - :797:39 - Operator `*` is unsupported between objects of type `Infinity` and `float`
[error] unsupported-operator - :799:12 - Operator `/` is unsupported between objects of type `Infinity` and `float`
[error] unsupported-operator - :799:39 - Operator `/` is unsupported between objects of type `Infinity` and `float`
[error] unsupported-operator - :801:12 - Operator `+` is unsupported between objects of type `Infinity` and `float`
[error] unsupported-operator - :801:39 - Operator `+` is unsupported between objects of type `Infinity` and `float`
[error] unsupported-operator - :803:12 - Operator `-` is unsupported between objects of type `Infinity` and `float`
[error] unsupported-operator - :803:39 - Operator `-` is unsupported between objects of type `Infinity` and `float`
[error] unsupported-operator - :805:12 - Operator `*` is unsupported between objects of type `float` and `Infinity`
[error] unsupported-operator - :805:37 - Operator `*` is unsupported between objects of type `float` and `Infinity`
[error] unsupported-operator - :809:12 - Operator `*` is unsupported between objects of type `float` and `Infinity`
[error] unsupported-operator - :809:39 - Operator `*` is unsupported between objects of type `float` and `Infinity`
[error] unsupported-operator - :813:12 - Operator `+` is unsupported between objects of type `float` and `Infinity`
[error] unsupported-operator - :815:12 - Operator `-` is unsupported between objects of type `float` and `Infinity`
[error] unsupported-operator - :825:12 - Operator `*` is unsupported between objects of type `NaN` and `float`
[error] unsupported-operator - :827:12 - Operator `*` is unsupported between objects of type `NaN` and `Infinity`
[error] unsupported-operator - :831:12 - Operator `+` is unsupported between objects of type `NaN` and `Infinity`
[error] unsupported-operator - :833:12 - Operator `-` is unsupported between objects of type `NaN` and `Infinity`
[error] unsupported-operator - :862:12 - Operator `/` is unsupported between objects of type `NaN` and `One`
[error] unsupported-operator - :898:12 - Operator `*` is unsupported between objects of type `Float` and `float`
[error] unsupported-operator - :899:12 - Operator `*` is unsupported between objects of type `Float` and `float`
[error] unsupported-operator - :900:12 - Operator `*` is unsupported between objects of type `Float` and `float`
[error] unsupported-operator - :901:12 - Operator `*` is unsupported between objects of type `Float` and `float`
[error] unsupported-operator - :909:12 - Operator `/` is unsupported between objects of type `Literal[1]` and `Zero`
[error] unsupported-operator - :911:12 - Operator `/` is unsupported between objects of type `Literal[0]` and `Zero`
[error] unsupported-operator - :913:12 - Operator `/` is unsupported between objects of type `Zero` and `Literal[0]`
[error] unsupported-operator - :914:12 - Operator `/` is unsupported between objects of type `Float` and `Literal[0]`
[error] unsupported-operator - :915:12 - Operator `/` is unsupported between objects of type `Literal[-1]` and `Zero`
[error] unsupported-operator - :983:12 - Operator `+` is unsupported between objects of type `NaN` and `NaN`
[error] unsupported-operator - :984:19 - Operator `*` is unsupported between objects of type `NaN` and `Literal[-5]`
[error] unsupported-operator - :1108:18 - Operator `+` is unsupported between objects of type `Literal[4503599761588223]` and `Half`
[error] unsupported-operator - :1109:18 - Operator `+` is unsupported between objects of type `Literal[4503599761588224]` and `Half`
[error] unsupported-operator - :1110:18 - Operator `+` is unsupported between objects of type `Literal[4503599761588225]` and `Half`
[error] unsupported-operator - :1123:18 - Operator `-` is unsupported between objects of type `Literal[1]` and `Rational`
[error] unsupported-operator - :1124:18 - Operator `-` is unsupported between objects of type `Literal[4503599761588224]` and `Rational`
[error] unsupported-operator - :1125:18 - Operator `-` is unsupported between objects of type `int` and `Rational`
[error] unsupported-operator - :1142:56 - Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :1500:17 - Operator `/` is unsupported between objects of type `One` and `Literal[12]`
[error] missing-argument - :1593:12 - No argument provided for required parameter 2
[error] missing-argument - :1594:12 - No argument provided for required parameter 2
[error] missing-argument - :1595:12 - No argument provided for required parameter 2
[error] missing-argument - :1596:12 - No argument provided for required parameter 2
[error] missing-argument - :1598:12 - No argument provided for required parameter 2
[error] missing-argument - :1598:37 - No argument provided for required parameter 2
[error] missing-argument - :1600:12 - No argument provided for required parameter 2
[error] missing-argument - :1601:12 - No argument provided for required parameter 2
[error] missing-argument - :1602:12 - No argument provided for required parameter 2
[error] missing-argument - :1603:12 - No argument provided for required parameter 2
[error] missing-argument - :1605:12 - No argument provided for required parameter 2
[error] missing-argument - :1606:12 - No argument provided for required parameter 2
[error] missing-argument - :1607:12 - No argument provided for required parameter 2
[error] missing-argument - :1608:12 - No argument provided for required parameter 2
[error] missing-argument - :1610:12 - No argument provided for required parameter 2
[error] missing-argument - :1611:12 - No argument provided for required parameter 2
[error] missing-argument - :1613:12 - No argument provided for required parameter 2
[error] missing-argument - :1614:12 - No argument provided for required parameter 2
[error] missing-argument - :1615:12 - No argument provided for required parameter 2
[error] missing-argument - :1616:12 - No argument provided for required parameter 2
[error] missing-argument - :1617:12 - No argument provided for required parameter 2
[error] missing-argument - :1617:59 - No argument provided for required parameter 2
[error] missing-argument - :1617:77 - No argument provided for required parameter 2
[error] missing-argument - :1623:12 - No argument provided for required parameter 2
[error] missing-argument - :1624:12 - No argument provided for required parameter 2
[error] missing-argument - :1627:12 - No argument provided for required parameter 2
[error] missing-argument - :1628:12 - No argument provided for required parameter 2
[error] unsupported-operator - :1752:23 - Operator `/` is unsupported between objects of type `Literal[1]` and `Unknown | ImaginaryUnit | Infinity | ... omitted 6 union elements`
[error] unsupported-operator - :1754:15 - Operator `/` is unsupported between objects of type `Literal[1]` and `Unknown | ImaginaryUnit | Infinity | ... omitted 6 union elements`
[error] unsupported-operator - :1915:35 - Operator `/` is unsupported between objects of type `One` and `Literal[8]`
[error] unsupported-operator - :1917:31 - Operator `/` is unsupported between objects of type `One` and `Literal[9]`
[error] unsupported-operator - :1963:13 - Operator `/` is unsupported between objects of type `One` and `Literal[6]`
[error] unsupported-operator - :1963:83 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1966:29 - Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :2173:21 - Operator `-` is unsupported between objects of type `Float` and `Float`
[error] unsupported-operator - :2281:23 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2285:10 - Operator `/` is unsupported between objects of type `Integer` and `Literal[10]`

sympy/core/tests/test_power.py

[error] unsupported-operator - :40:10 - Operator `+` is unsupported between objects of type `Rational` and `Rational`
[error] unsupported-operator - :52:38 - Operator `*` is unsupported between objects of type `Half` and `int`
[error] unsupported-operator - :283:10 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :284:49 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :285:10 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :286:32 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :287:30 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :295:65 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :295:82 - Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :296:12 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :296:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :297:67 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :297:84 - Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :298:12 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :298:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :305:74 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :305:86 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :306:12 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :306:24 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :306:45 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :306:57 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :307:12 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :307:24 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :308:75 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :308:87 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :309:12 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :309:24 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :309:45 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :309:57 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :310:12 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :310:24 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :390:26 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :410:30 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :491:21 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :590:14 - Operator `/` is unsupported between objects of type `Integer` and `Literal[500]`
[error] unsupported-operator - :590:39 - Operator `/` is unsupported between objects of type `Integer` and `Literal[500]`
[error] unsupported-operator - :601:22 - Operator `/` is unsupported between objects of type `Integer` and `Literal[50000000000000000]`
[error] unsupported-operator - :649:22 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :649:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :653:9 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/core/tests/test_priority.py

[error] unsupported-operator - :104:12 - Operator `*` is unsupported between objects of type `Higher` and `Lower`
[error] unsupported-operator - :105:12 - Operator `*` is unsupported between objects of type `Lower` and `Higher`
[error] unsupported-operator - :110:12 - Operator `+` is unsupported between objects of type `Higher` and `Lower`
[error] unsupported-operator - :111:12 - Operator `+` is unsupported between objects of type `Lower` and `Higher`
[error] unsupported-operator - :116:12 - Operator `-` is unsupported between objects of type `Higher` and `Lower`
[error] unsupported-operator - :117:12 - Operator `-` is unsupported between objects of type `Lower` and `Higher`
[error] unsupported-operator - :122:12 - Operator `**` is unsupported between objects of type `Higher` and `Lower`
[error] unsupported-operator - :123:12 - Operator `**` is unsupported between objects of type `Lower` and `Higher`
[error] unsupported-operator - :129:12 - Operator `/` is unsupported between objects of type `Higher` and `Lower`
[error] unsupported-operator - :130:12 - Operator `/` is unsupported between objects of type `Lower` and `Higher`
[error] unsupported-operator - :135:12 - Operator `%` is unsupported between objects of type `Higher` and `Lower`
[error] unsupported-operator - :136:12 - Operator `%` is unsupported between objects of type `Lower` and `Higher`
[error] unsupported-operator - :142:12 - Operator `//` is unsupported between objects of type `Higher` and `Lower`
[error] unsupported-operator - :143:12 - Operator `//` is unsupported between objects of type `Lower` and `Higher`

sympy/core/tests/test_relational.py

[error] unsupported-operator - :586:21 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :596:33 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :618:24 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :626:26 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :632:26 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :644:26 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :661:26 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :687:28 - Operator `/` is unsupported between objects of type `Float` and `Float`
[error] unsupported-operator - :695:11 - Operator `/` is unsupported between objects of type `Float` and `Float`

sympy/core/tests/test_subs.py

[error] unsupported-operator - :448:32 - Operator `/` is unsupported between objects of type `Literal[1]` and `Zero`

sympy/core/tests/test_sympify.py

[error] unsupported-operator - :65:9 - Operator `+` is unsupported between objects of type `Literal[1]` and `Rational`
[error] unsupported-operator - :72:9 - Operator `+` is unsupported between objects of type `Rational` and `Rational`
[error] unsupported-operator - :160:30 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :465:12 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :465:22 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :466:19 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/external/tests/test_numpy.py

[error] unsupported-operator - :193:24 - Operator `*` is unsupported between objects of type `Literal[2]` and `MutableDenseMatrix`
[error] unsupported-operator - :194:24 - Operator `*` is unsupported between objects of type `Literal[2]` and `MutableDenseMatrix`

sympy/functions/combinatorial/numbers.py

[error] unsupported-operator - :535:17 - Operator `-` is unsupported between objects of type `Rational` and `Literal[0] | Unknown`
[error] unsupported-operator - :1573:28 - Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :1573:61 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`

sympy/functions/combinatorial/tests/test_comb_numbers.py

[error] unsupported-operator - :261:26 - Operator `/` is unsupported between objects of type `Integer` and `Integer`
[error] unsupported-operator - :266:26 - Operator `/` is unsupported between objects of type `Integer` and `Integer`
[error] unsupported-operator - :272:26 - Operator `/` is unsupported between objects of type `Integer` and `Integer`
[error] unsupported-operator - :279:26 - Operator `/` is unsupported between objects of type `Integer` and `Integer`
[error] unsupported-operator - :285:26 - Operator `/` is unsupported between objects of type `Integer` and `Integer`
[error] unsupported-operator - :290:26 - Operator `/` is unsupported between objects of type `Integer` and `Integer`
[error] unsupported-operator - :296:26 - Operator `/` is unsupported between objects of type `Integer` and `Integer`
[error] unsupported-operator - :303:26 - Operator `/` is unsupported between objects of type `Integer` and `Integer`

sympy/functions/elementary/tests/test_complexes.py

[error] unsupported-operator - :318:60 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/functions/elementary/tests/test_exponential.py

[error] unsupported-operator - :520:8 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :526:8 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/functions/elementary/tests/test_hyperbolic.py

[error] unsupported-operator - :607:53 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :607:90 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :608:27 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :610:46 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :611:21 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :611:58 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :696:18 - Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :725:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :725:76 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :726:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :726:76 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :747:17 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :747:44 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :747:72 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :750:39 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :750:68 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :751:21 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :810:18 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :850:24 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :851:24 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :871:90 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :872:23 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :872:56 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :875:19 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :875:47 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :875:77 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1009:40 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1010:22 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1010:53 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1012:39 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1013:30 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1013:52 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1069:18 - Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :1168:34 - Operator `/` is unsupported between objects of type `Integer` and `Literal[36]`
[error] unsupported-operator - :1168:80 - Operator `/` is unsupported between objects of type `Integer` and `Literal[162]`
[error] unsupported-operator - :1249:32 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1250:32 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1269:24 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1269:75 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1271:24 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1272:11 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1273:24 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1273:76 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1275:24 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1275:77 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1278:32 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1279:55 - Operator `/` is unsupported between objects of type `Integer` and `Literal[81]`
[error] unsupported-operator - :1379:23 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1379:46 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :1553:37 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1553:46 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/functions/elementary/tests/test_piecewise.py

[error] unsupported-operator - :1373:33 - Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`

sympy/functions/elementary/tests/test_trigonometric.py

[error] unsupported-operator - :583:21 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1307:69 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1308:66 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1309:64 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1310:71 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1867:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1868:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1949:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1950:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1973:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1973:50 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1975:17 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1975:44 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1977:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1977:47 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1979:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1979:47 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1993:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1993:50 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1995:17 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1995:44 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1997:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1997:47 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1999:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1999:47 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2021:21 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2021:72 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2023:21 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2023:73 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2025:21 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2025:71 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2027:21 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2027:72 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2039:21 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2039:66 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2041:21 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2041:68 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2043:21 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2045:21 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2049:19 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2049:47 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2051:22 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2051:53 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2053:17 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2053:41 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2055:17 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2055:41 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2059:21 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2059:66 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2061:21 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2061:68 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2063:21 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2063:66 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2065:21 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2065:68 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2069:19 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2069:47 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2071:22 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2071:53 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2073:17 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2073:41 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2075:17 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2075:41 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/functions/elementary/trigonometric.py

[error] unsupported-operator - :228:22 - Operator `%` is unsupported between objects of type `Unknown | Rational` and `Literal[2]`
[error] unsupported-operator - :841:21 - Operator `*` is unsupported between objects of type `Rational & ~Integer` and `Literal[2]`
[error] unsupported-operator - :854:19 - Operator `*` is unsupported between objects of type `int` and `Rational`

sympy/functions/special/error_functions.py

[error] unsupported-operator - :234:46 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :453:54 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :637:46 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :2513:20 - Operator `*` is unsupported between objects of type `Literal[1, -1]` and `Half`
[error] unsupported-operator - :2540:20 - Operator `*` is unsupported between objects of type `Literal[1, -1]` and `Half`
[error] unsupported-operator - :2674:20 - Operator `*` is unsupported between objects of type `Literal[1, -1]` and `Half`
[error] unsupported-operator - :2701:20 - Operator `*` is unsupported between objects of type `Literal[1, -1]` and `Half`

sympy/functions/special/gamma_functions.py

[error] unsupported-operator - :333:93 - Operator `-` is unsupported between objects of type `int` and `Half`
[error] unsupported-operator - :333:111 - Operator `+` is unsupported between objects of type `Half` and `int`
[error] unsupported-operator - :524:53 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/functions/special/hyper.py

[error] unsupported-operator - :788:46 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/functions/special/tests/test_gamma_functions.py

[error] unsupported-operator - :132:27 - Operator `-` is unsupported between objects of type `Half` and `Literal[3]`
[error] unsupported-operator - :133:27 - Operator `+` is unsupported between objects of type `Half` and `Literal[3]`
[error] unsupported-operator - :135:26 - Operator `+` is unsupported between objects of type `Half` and `Literal[3]`
[error] unsupported-operator - :136:26 - Operator `+` is unsupported between objects of type `Half` and `Literal[3]`
[error] unsupported-operator - :137:26 - Operator `-` is unsupported between objects of type `Half` and `Literal[3]`
[error] unsupported-operator - :138:26 - Operator `-` is unsupported between objects of type `Half` and `Literal[3]`
[error] unsupported-operator - :155:23 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :161:23 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :167:23 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :186:24 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :186:51 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :204:27 - Operator `-` is unsupported between objects of type `Half` and `Literal[3]`
[error] unsupported-operator - :205:27 - Operator `+` is unsupported between objects of type `Half` and `Literal[3]`
[error] unsupported-operator - :207:26 - Operator `+` is unsupported between objects of type `Half` and `Literal[3]`
[error] unsupported-operator - :208:26 - Operator `+` is unsupported between objects of type `Half` and `Literal[3]`
[error] unsupported-operator - :209:26 - Operator `-` is unsupported between objects of type `Half` and `Literal[3]`
[error] unsupported-operator - :210:26 - Operator `-` is unsupported between objects of type `Half` and `Literal[3]`
[error] unsupported-operator - :235:24 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :235:51 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :412:62 - Operator `/` is unsupported between objects of type `Integer` and `Literal[12]`
[error] unsupported-operator - :566:18 - Operator `-` is unsupported between objects of type `Rational` and `Literal[7]`
[error] unsupported-operator - :571:18 - Operator `-` is unsupported between objects of type `Rational` and `Literal[6]`

sympy/functions/special/tests/test_zeta_functions.py

[error] unsupported-operator - :177:15 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :177:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :180:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/geometry/ellipse.py

[error] unsupported-operator - :1130:13 - Operator `*` is unsupported between objects of type `Literal[2]` and `Rational`

sympy/geometry/plane.py

[error] unsupported-operator - :815:16 - Operator `*` is unsupported between objects of type `Literal[2]` and `Rational`
[error] unsupported-operator - :816:16 - Operator `*` is unsupported between objects of type `Literal[2]` and `Rational`

sympy/geometry/tests/test_ellipse.py

[error] unsupported-operator - :35:66 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :78:22 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :78:34 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :299:27 - Operator `/` is unsupported between objects of type `Rational` and `Literal[2]`
[error] unsupported-operator - :299:52 - Operator `/` is unsupported between objects of type `Rational` and `Literal[2]`
[error] unsupported-operator - :303:49 - Operator `/` is unsupported between objects of type `Rational` and `Literal[2]`
[error] unsupported-operator - :303:92 - Operator `/` is unsupported between objects of type `Rational` and `Literal[2]`
[error] unsupported-operator - :363:82 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :548:72 - Operator `/` is unsupported between objects of type `Integer` and `Literal[25]`

sympy/geometry/tests/test_line.py

[error] unsupported-operator - :359:30 - Operator `/` is unsupported between objects of type `Rational` and `Literal[2]`
[error] unsupported-operator - :359:47 - Operator `/` is unsupported between objects of type `Rational` and `Literal[2]`
[error] unsupported-operator - :382:18 - Operator `/` is unsupported between objects of type `Rational` and `Literal[2]`
[error] unsupported-operator - :382:35 - Operator `/` is unsupported between objects of type `Rational` and `Literal[2]`
[error] unsupported-operator - :382:52 - Operator `/` is unsupported between objects of type `Rational` and `Literal[2]`
[error] unsupported-operator - :424:74 - Operator `/` is unsupported between objects of type `Rational` and `Literal[2]`

sympy/geometry/tests/test_point.py

[error] unsupported-operator - :323:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :325:34 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/geometry/tests/test_polygon.py

[error] unsupported-operator - :316:18 - Operator `/` is unsupported between objects of type `Rational` and `Literal[4]`
[error] unsupported-operator - :316:43 - Operator `/` is unsupported between objects of type `Rational` and `Literal[4]`
[error] unsupported-operator - :317:18 - Operator `/` is unsupported between objects of type `Rational` and `Literal[4]`
[error] unsupported-operator - :317:43 - Operator `/` is unsupported between objects of type `Rational` and `Literal[4]`
[error] unsupported-operator - :322:28 - Operator `/` is unsupported between objects of type `Rational` and `Literal[5]`
[error] unsupported-operator - :323:18 - Operator `/` is unsupported between objects of type `Rational` and `Literal[5]`
[error] unsupported-operator - :330:32 - Operator `/` is unsupported between objects of type `Rational` and `Literal[4]`
[error] unsupported-operator - :337:35 - Operator `/` is unsupported between objects of type `Half` and `Literal[2]`
[error] unsupported-operator - :344:53 - Operator `/` is unsupported between objects of type `Rational` and `Literal[25]`
[error] unsupported-operator - :591:42 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/holonomic/holonomic.py

[error] unsupported-operator - :2557:12 - Operator `/` is unsupported between objects of type `(Zero & ~Top[FracElement[Unknown]]) | @Todo` and `(Zero & ~Top[FracElement[Unknown]]) | @Todo`

sympy/integrals/laplace.py

[error] unsupported-operator - :366:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :370:43 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :387:37 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :392:10 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :507:36 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :507:68 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :522:36 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :522:68 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1798:46 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1874:35 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1916:35 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/integrals/meijerint.py

[error] unsupported-operator - :290:33 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :290:62 - Operator `/` is unsupported between objects of type `Rational` and `Literal[2]`
[error] unsupported-operator - :530:24 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/integrals/prde.py

[error] unsupported-operator - :163:10 - Operator `**` is unsupported between objects of type `Poly` and `Literal[0] | Unknown`
[error] unsupported-operator - :164:10 - Operator `**` is unsupported between objects of type `Poly` and `int | @Todo`

sympy/integrals/tests/test_heurisch.py

[error] unsupported-operator - :383:18 - Operator `*` is unsupported between objects of type `Unknown | int | float | Rational` and `Unknown | int | float | Rational`
[error] unsupported-operator - :383:46 - Operator `*` is unsupported between objects of type `Unknown | int | float | Rational` and `Unknown | int | float | Rational`
[error] unsupported-operator - :384:18 - Operator `*` is unsupported between objects of type `Unknown | int | float | Rational` and `Unknown | int | float | Rational`
[error] unsupported-operator - :384:44 - Operator `-` is unsupported between objects of type `Unknown | int | float | Rational` and `Unknown | int | float | Rational`
[error] unsupported-operator - :385:13 - Operator `*` is unsupported between objects of type `Unknown | int | float | Rational` and `Unknown | int | float | Rational`
[error] unsupported-operator - :385:39 - Operator `-` is unsupported between objects of type `Unknown | int | float | Rational` and `Unknown | int | float | Rational`
[error] unsupported-operator - :389:19 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[-1]`
[error] unsupported-operator - :397:18 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :397:43 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :413:87 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :414:87 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/integrals/tests/test_integrals.py

[error] unsupported-operator - :491:36 - Operator `/` is unsupported between objects of type `Literal[-1]` and `Integer`
[error] unsupported-operator - :493:31 - Operator `/` is unsupported between objects of type `Literal[1]` and `Integer`
[error] unsupported-operator - :1558:39 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1707:35 - Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :1723:10 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :1723:15 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :1723:51 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :1741:35 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1741:70 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1780:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[12]`
[error] unsupported-operator - :1804:65 - Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :1804:84 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :1923:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1994:49 - Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :1997:37 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1997:87 - Operator `/` is unsupported between objects of type `Integer` and `Literal[10]`
[error] unsupported-operator - :2020:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2020:57 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2026:77 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2027:77 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2036:73 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2038:75 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2046:77 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2050:50 - Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :2053:19 - Operator `/` is unsupported between objects of type `Integer` and `Literal[53225]`
[error] unsupported-operator - :2054:55 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3521]`
[error] unsupported-operator - :2060:34 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2064:25 - Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`

sympy/integrals/tests/test_laplace.py

[error] unsupported-operator - :59:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :60:51 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :70:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :87:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :87:44 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :89:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :90:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :104:62 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :109:37 - Operator `/` is unsupported between objects of type `Literal[1]` and `Integer`
[error] unsupported-operator - :124:32 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :158:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :159:63 - Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :179:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :181:21 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :183:41 - Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :241:32 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :243:32 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :245:37 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :256:63 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :257:63 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :259:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :594:14 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :594:66 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :610:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :654:28 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/integrals/tests/test_manual.py

[error] unsupported-operator - :242:37 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :243:49 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :244:26 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :245:26 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :713:36 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :713:59 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :727:42 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :727:70 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :728:42 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :730:92 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :731:54 - Operator `/` is unsupported between objects of type `Literal[1]` and `Integer`
[error] unsupported-operator - :732:49 - Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :732:84 - Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :733:49 - Operator `/` is unsupported between objects of type `One` and `Literal[6]`
[error] unsupported-operator - :733:76 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :733:102 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :734:71 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :735:54 - Operator `/` is unsupported between objects of type `One` and `Literal[6]`
[error] unsupported-operator - :737:67 - Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :740:52 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :740:102 - Operator `/` is unsupported between objects of type `Integer` and `Literal[10]`
[error] unsupported-operator - :745:79 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :746:79 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :755:88 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :757:90 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :765:77 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :769:47 - Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :772:34 - Operator `/` is unsupported between objects of type `Integer` and `Literal[53225]`
[error] unsupported-operator - :773:70 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3521]`
[error] unsupported-operator - :783:34 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :787:43 - Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`

sympy/integrals/tests/test_transforms.py

[error] unsupported-operator - :527:44 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :565:46 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :607:60 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/integrals/transforms.py

[error] unsupported-operator - :578:20 - Operator `/` is unsupported between objects of type `One | @Todo` and `One`
[error] unsupported-operator - :588:11 - Operator `/` is unsupported between objects of type `One` and `Unknown | One`
[error] unsupported-operator - :589:16 - Operator `/` is unsupported between objects of type `One` and `Unknown | One`

sympy/logic/tests/test_boolalg.py

[error] unsupported-operator - :974:43 - Operator `/` is unsupported between objects of type `Unknown | Zero | One | BooleanTrue | BooleanFalse` and `BooleanTrue | BooleanFalse | Unknown | Zero | One`

sympy/logic/tests/test_lra_theory.py

[error] unsupported-operator - :78:19 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/matrices/expressions/tests/test_blockmatrix.py

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

sympy/matrices/expressions/tests/test_matexpr.py

[error] unsupported-operator - :513:32 - Operator `*` is unsupported between objects of type `Literal[2]` and `MutableDenseMatrix`
[error] unsupported-operator - :453:25 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :454:38 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :455:35 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :458:44 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :508:25 - Operator `*` is unsupported between objects of type `Literal[2]` and `MutableDenseMatrix`
[error] unsupported-operator - :509:64 - Operator `*` is unsupported between objects of type `Literal[2]` and `MutableDenseMatrix`

sympy/matrices/matrixbase.py

[warning] unused-ignore-comment - :5266:78 - Unused blanket `type: ignore` directive
[error] missing-argument - :3265:16 - No argument provided for required parameter 2
[error] unsupported-operator - :3314:16 - Operator `+` is unsupported between objects of type `Tmat@__sub__` and `Tmat@__sub__`
[error] unsupported-operator - :4784:13 - Operator `/=` is unsupported between objects of type `Zero` and `Literal[2]`

sympy/matrices/tests/test_commonmatrix.py

[error] unsupported-operator - :796:12 - Operator `+` is unsupported between objects of type `ArithmeticOnlyMatrix` and `ArithmeticOnlyMatrix`
[error] unsupported-operator - :798:32 - Operator `+` is unsupported between objects of type `ArithmeticOnlyMatrix` and `ArithmeticOnlyMatrix`
[error] unsupported-operator - :813:32 - Operator `*` is unsupported between objects of type `ArithmeticOnlyMatrix` and `ArithmeticOnlyMatrix`
[error] unsupported-operator - :814:31 - Operator `*` is unsupported between objects of type `ArithmeticOnlyMatrix` and `dict[Unknown, Unknown]`
[error] unsupported-operator - :816:9 - Operator `*` is unsupported between objects of type `ArithmeticOnlyMatrix` and `ArithmeticOnlyMatrix`
[error] unsupported-operator - :856:9 - Operator `*` is unsupported between objects of type `Literal[5]` and `ArithmeticOnlyMatrix`
[error] missing-argument - :887:12 - No argument provided for required parameter 2
[error] missing-argument - :889:12 - No argument provided for required parameter 2
[error] unsupported-operator - :926:42 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :929:13 - Operator `**` is unsupported between objects of type `ArithmeticOnlyMatrix` and `Literal[5]`
[error] unsupported-operator - :931:13 - Operator `**` is unsupported between objects of type `ArithmeticOnlyMatrix` and `Literal[3]`
[error] unsupported-operator - :932:12 - Operator `**` is unsupported between objects of type `ArithmeticOnlyMatrix` and `Literal[0]`
[error] unsupported-operator - :933:12 - Operator `**` is unsupported between objects of type `ArithmeticOnlyMatrix` and `Literal[1]`
[error] unsupported-operator - :934:13 - Operator `**` is unsupported between objects of type `ArithmeticOnlyMatrix` and `Literal[100]`
[error] unsupported-operator - :946:12 - Operator `-` is unsupported between objects of type `ArithmeticOnlyMatrix` and `ArithmeticOnlyMatrix`
[error] unsupported-operator - :951:12 - Operator `/` is unsupported between objects of type `ArithmeticOnlyMatrix` and `Literal[2]`
[error] unsupported-operator - :951:55 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1203:31 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `list[Unknown | int]`
[error] unsupported-operator - :1204:31 - Operator `*` is unsupported between objects of type `list[Unknown | int]` and `MutableDenseMatrix`
[error] unsupported-operator - :1240:9 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `Foo`
[error] unsupported-operator - :1249:31 - Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `ImmutableDenseNDimArray`

sympy/matrices/tests/test_determinant.py

[error] unsupported-operator - :206:44 - Operator `/` is unsupported between objects of type `Rational` and `Literal[25]`
[error] unsupported-operator - :206:54 - Operator `/` is unsupported between objects of type `Rational` and `Literal[25]`
[error] unsupported-operator - :206:64 - Operator `/` is unsupported between objects of type `Rational` and `Literal[5]`

sympy/matrices/tests/test_domains.py

[error] unsupported-operator - :52:17 - Operator `/` is unsupported between objects of type `MutableDenseMatrix | ImmutableDenseMatrix | MutableSparseMatrix | ImmutableSparseMatrix` and `Literal[2]`
[error] unsupported-operator - :57:19 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :94:18 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/matrices/tests/test_eigen.py

[error] unsupported-operator - :69:10 - Operator `+` is unsupported between objects of type `Rational` and `int | float`
[error] unsupported-operator - :70:10 - Operator `-` is unsupported between objects of type `Rational` and `int | float`
[error] unsupported-operator - :75:10 - Operator `-` is unsupported between objects of type `Rational` and `int | float`
[error] unsupported-operator - :75:41 - Operator `-` is unsupported between objects of type `Rational` and `int | float`
[error] unsupported-operator - :75:53 - Operator `-` is unsupported between objects of type `Rational` and `int | float`
[error] unsupported-operator - :75:70 - Operator `-` is unsupported between objects of type `Rational` and `int | float`
[error] unsupported-operator - :76:40 - Operator `-` is unsupported between objects of type `Rational` and `int | float`
[error] unsupported-operator - :78:10 - Operator `+` is unsupported between objects of type `Rational` and `int | float`
[error] unsupported-operator - :78:41 - Operator `+` is unsupported between objects of type `Rational` and `int | float`
[error] unsupported-operator - :78:53 - Operator `+` is unsupported between objects of type `Rational` and `int | float`
[error] unsupported-operator - :78:70 - Operator `+` is unsupported between objects of type `Rational` and `int | float`
[error] unsupported-operator - :79:40 - Operator `+` is unsupported between objects of type `Rational` and `int | float`
[error] unsupported-operator - :225:16 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :235:16 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :273:14 - Operator `*` is unsupported between objects of type `ImmutableDenseMatrix` and `ImmutableDenseMatrix`
[error] unsupported-operator - :274:14 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :289:15 - Operator `*` is unsupported between objects of type `ImmutableDenseMatrix` and `ImmutableDenseMatrix`
[error] unsupported-operator - :290:15 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :331:14 - Operator `*` is unsupported between objects of type `ImmutableDenseMatrix` and `ImmutableDenseMatrix`
[error] unsupported-operator - :332:14 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :347:15 - Operator `*` is unsupported between objects of type `ImmutableDenseMatrix` and `ImmutableDenseMatrix`
[error] unsupported-operator - :348:15 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :372:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :397:21 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :397:26 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :442:21 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :686:19 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :687:19 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/matrices/tests/test_immutable.py

[error] unsupported-operator - :45:32 - Operator `*` is unsupported between objects of type `Literal[3]` and `ImmutableDenseMatrix`
[error] unsupported-operator - :105:23 - Operator `+` is unsupported between objects of type `ImmutableDenseMatrix` and `ImmutableDenseMatrix`
[error] unsupported-operator - :106:23 - Operator `*` is unsupported between objects of type `ImmutableDenseMatrix` and `ImmutableDenseMatrix`
[error] unsupported-operator - :107:23 - Operator `*` is unsupported between objects of type `ImmutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :108:23 - Operator `*` is unsupported between objects of type `Literal[2]` and `ImmutableDenseMatrix`
[error] unsupported-operator - :109:23 - Operator `**` is unsupported between objects of type `ImmutableDenseMatrix` and `Literal[2]`

sympy/matrices/tests/test_interactions.py

[error] unsupported-operator - :26:23 - Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `ImmutableDenseMatrix`
[error] unsupported-operator - :27:23 - Operator `+` is unsupported between objects of type `ImmutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :28:23 - Operator `*` is unsupported between objects of type `Literal[2]` and `ImmutableDenseMatrix`

sympy/matrices/tests/test_matrices.py

[error] unsupported-operator - :121:12 - Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :123:32 - Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :141:12 - Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :200:9 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :240:9 - Operator `*` is unsupported between objects of type `Literal[5]` and `MutableDenseMatrix`
[error] unsupported-operator - :262:12 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :265:12 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :287:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :291:42 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :295:13 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[-3]`
[error] unsupported-operator - :295:27 - Operator `/` is unsupported between objects of type `Rational` and `Literal[8]`
[error] unsupported-operator - :295:38 - Operator `/` is unsupported between objects of type `Rational` and `Literal[8]`
[error] unsupported-operator - :295:48 - Operator `/` is unsupported between objects of type `Rational` and `Literal[2]`
[error] unsupported-operator - :295:57 - Operator `/` is unsupported between objects of type `Rational` and `Literal[2]`
[error] unsupported-operator - :296:13 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[5]`
[error] unsupported-operator - :298:13 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[3]`
[error] unsupported-operator - :299:12 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[0]`
[error] unsupported-operator - :300:12 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[1]`
[error] unsupported-operator - :301:13 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[100]`
[error] unsupported-operator - :327:12 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[10]`
[error] unsupported-operator - :359:22 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[5]`
[error] unsupported-operator - :363:36 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :384:53 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :384:63 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :398:16 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :403:16 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[100]`
[error] unsupported-operator - :443:16 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[10]`
[error] unsupported-operator - :737:39 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :739:39 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :988:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :1020:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :1585:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :1591:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :1598:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :1603:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :1611:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :1620:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :1743:21 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :2143:28 - Operator `+` is unsupported between objects of type `Literal[25]` and `Rational`
[error] unsupported-operator - :2184:22 - Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :2212:26 - Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :2394:46 - Operator `/` is unsupported between objects of type `Rational` and `Literal[5]`
[error] unsupported-operator - :2394:54 - Operator `/` is unsupported between objects of type `Rational` and `Literal[5]`
[error] unsupported-operator - :2396:46 - Operator `/` is unsupported between objects of type `Rational` and `Literal[5]`
[error] unsupported-operator - :2396:54 - Operator `/` is unsupported between objects of type `Rational` and `Literal[5]`
[error] unsupported-operator - :2565:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :2686:15 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :2687:15 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :2734:15 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :2735:15 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :2916:21 - Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :2929:13 - Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :2944:13 - Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :2945:13 - Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :2956:14 - Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :3037:51 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3070:21 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :3073:21 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[3]`
[error] unsupported-operator - :3088:13 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :3479:21 - Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :2617:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/matrices/tests/test_matrixbase.py

[error] unsupported-operator - :491:12 - Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :493:32 - Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] missing-argument - :499:12 - No argument provided for required parameter 2
[error] missing-argument - :501:12 - No argument provided for required parameter 2
[error] unsupported-operator - :544:12 - Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :549:12 - Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :549:41 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :774:31 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `list[Unknown | int]`
[error] unsupported-operator - :775:31 - Operator `*` is unsupported between objects of type `list[Unknown | int]` and `MutableDenseMatrix`
[error] unsupported-operator - :814:9 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `Foo`
[error] unsupported-operator - :823:31 - Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `ImmutableDenseNDimArray`
[error] unsupported-operator - :876:12 - Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :878:32 - Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :900:12 - Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :959:32 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :960:31 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `dict[Unknown, Unknown]`
[error] unsupported-operator - :962:9 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :970:9 - Operator `@` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :998:9 - Operator `*` is unsupported between objects of type `Literal[5]` and `MutableDenseMatrix`
[error] unsupported-operator - :1006:12 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :1009:12 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :1022:42 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :1025:12 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[5]`
[error] unsupported-operator - :1027:12 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[3]`
[error] unsupported-operator - :1028:12 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[0]`
[error] unsupported-operator - :1029:12 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[1]`
[error] unsupported-operator - :1030:13 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[100]`
[error] unsupported-operator - :1059:12 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[10]`
[error] unsupported-operator - :1091:22 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[5]`
[error] unsupported-operator - :1095:36 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :1116:53 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :1116:63 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :1131:16 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :1137:16 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[100]`
[error] unsupported-operator - :1178:16 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[10]`
[error] unsupported-operator - :1495:39 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1497:39 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1728:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :1760:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :1790:13 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :2322:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :2328:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :2335:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :2340:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :2348:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :2357:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :2480:21 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :2874:28 - Operator `+` is unsupported between objects of type `Literal[25]` and `Rational`
[error] unsupported-operator - :2915:22 - Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :2943:26 - Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :3104:46 - Operator `/` is unsupported between objects of type `Rational` and `Literal[5]`
[error] unsupported-operator - :3104:54 - Operator `/` is unsupported between objects of type `Rational` and `Literal[5]`
[error] unsupported-operator - :3106:46 - Operator `/` is unsupported between objects of type `Rational` and `Literal[5]`
[error] unsupported-operator - :3106:54 - Operator `/` is unsupported between objects of type `Rational` and `Literal[5]`
[error] unsupported-operator - :3275:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :3369:15 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :3370:15 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :3417:15 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :3418:15 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :3597:21 - Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :3611:13 - Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :3626:13 - Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :3627:13 - Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :3639:14 - Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :3727:51 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3762:21 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :3765:21 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[3]`
[error] unsupported-operator - :3780:13 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :3330:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/matrices/tests/test_solvers.py

[error] unsupported-operator - :68:13 - Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :89:9 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :96:9 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :111:9 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :116:9 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :128:13 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :143:9 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :147:9 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :155:9 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :159:9 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :171:9 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :178:9 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :183:9 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :188:9 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :193:9 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :200:21 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :208:9 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :216:9 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :222:9 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :228:9 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :234:9 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :240:9 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :282:9 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :284:35 - Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :296:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :301:31 - Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[26]`
[error] unsupported-operator - :302:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :314:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :320:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :330:15 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :331:15 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :339:15 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :340:15 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :354:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :361:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :585:13 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/matrices/tests/test_sparse.py

[error] unsupported-operator - :90:9 - Operator `*` is unsupported between objects of type `MutableSparseMatrix` and `MutableSparseMatrix`
[error] unsupported-operator - :119:9 - Operator `*` is unsupported between objects of type `Literal[5]` and `MutableSparseMatrix`
[error] unsupported-operator - :128:13 - Operator `**` is unsupported between objects of type `MutableSparseMatrix` and `Literal[5]`
[error] unsupported-operator - :130:13 - Operator `**` is unsupported between objects of type `MutableSparseMatrix` and `Literal[3]`
[error] unsupported-operator - :336:13 - Operator `*` is unsupported between objects of type `MutableSparseMatrix` and `MutableSparseMatrix`
[error] unsupported-operator - :345:13 - Operator `*` is unsupported between objects of type `MutableSparseMatrix` and `MutableSparseMatrix`
[error] unsupported-operator - :352:13 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :359:9 - Operator `*` is unsupported between objects of type `MutableSparseMatrix` and `MutableSparseMatrix`
[error] unsupported-operator - :366:9 - Operator `*` is unsupported between objects of type `MutableSparseMatrix` and `MutableSparseMatrix`
[error] unsupported-operator - :380:12 - Operator `*` is unsupported between objects of type `MutableSparseMatrix` and `MutableSparseMatrix`
[error] unsupported-operator - :388:12 - Operator `*` is unsupported between objects of type `MutableSparseMatrix` and `MutableSparseMatrix`
[error] unsupported-operator - :406:12 - Operator `*` is unsupported between objects of type `MutableSparseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :407:12 - Operator `+` is unsupported between objects of type `MutableSparseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :480:27 - Operator `/` is unsupported between objects of type `Rational` and `Literal[5]`
[error] unsupported-operator - :480:36 - Operator `/` is unsupported between objects of type `Rational` and `Literal[5]`
[error] unsupported-operator - :481:36 - Operator `/` is unsupported between objects of type `Rational` and `Literal[5]`
[error] unsupported-operator - :484:23 - Operator `/` is unsupported between objects of type `Rational` and `Literal[5]`
[error] unsupported-operator - :485:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :495:44 - Operator `/` is unsupported between objects of type `Rational` and `Literal[23]`
[error] unsupported-operator - :496:35 - Operator `/` is unsupported between objects of type `Rational` and `Literal[23]`
[error] unsupported-operator - :496:44 - Operator `/` is unsupported between objects of type `Rational` and `Literal[23]`
[error] unsupported-operator - :506:46 - Operator `/` is unsupported between objects of type `Rational` and `Literal[3]`
[error] unsupported-operator - :513:47 - Operator `/` is unsupported between objects of type `Rational` and `Literal[3]`
[error] unsupported-operator - :540:47 - Operator `/` is unsupported between objects of type `Rational` and `Literal[2]`
[error] unsupported-operator - :540:56 - Operator `/` is unsupported between objects of type `Rational` and `Literal[2]`
[error] unsupported-operator - :573:12 - Operator `+` is unsupported between objects of type `MutableSparseMatrix` and `MutableSparseMatrix`
[error] unsupported-operator - :577:52 - Operator `+` is unsupported between objects of type `MutableSparseMatrix` and `MutableSparseMatrix`
[error] unsupported-operator - :593:17 - Operator `+` is unsupported between objects of type `MutableSparseMatrix` and `MutableSparseMatrix`
[error] unsupported-operator - :656:12 - Operator `*` is unsupported between objects of type `MutableSparseMatrix` and `MutableSparseMatrix`
[error] unsupported-operator - :668:12 - Operator `*` is unsupported between objects of type `MutableSparseMatrix` and `MutableSparseMatrix`

sympy/ntheory/egyptian_fraction.py

[error] unsupported-operator - :219:17 - Operator `/` is unsupported between objects of type `Literal[1]` and `One`
[error] unsupported-operator - :220:16 - Operator `/` is unsupported between objects of type `Literal[1]` and `One`

sympy/ntheory/tests/test_factor_.py

[error] unsupported-operator - :171:26 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :189:33 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :191:44 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2187]`
[error] unsupported-operator - :192:41 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2187]`
[error] unsupported-operator - :193:41 - Operator `/` is unsupported between objects of type `Integer` and `Literal[9]`
[error] unsupported-operator - :194:52 - Operator `/` is unsupported between objects of type `Integer` and `Literal[9]`
[error] unsupported-operator - :195:55 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2187]`
[error] unsupported-operator - :203:26 - Operator `/` is unsupported between objects of type `Integer` and `Literal[531441]`
[error] unsupported-operator - :203:51 - Operator `/` is unsupported between objects of type `Integer` and `Literal[81]`
[error] unsupported-operator - :205:50 - Operator `*` is unsupported between objects of type `Literal[-3]` and `Half`
[error] unsupported-operator - :525:26 - Operator `/` is unsupported between objects of type `Integer` and `Literal[1]`
[error] unsupported-operator - :527:26 - Operator `/` is unsupported between objects of type `Integer` and `Literal[14]`
[error] unsupported-operator - :529:26 - Operator `/` is unsupported between objects of type `Integer` and `Literal[14]`
[error] unsupported-operator - :531:22 - Operator `/` is unsupported between objects of type `Integer` and `Literal[1]`
[error] unsupported-operator - :533:22 - Operator `/` is unsupported between objects of type `Integer` and `Literal[14]`
[error] unsupported-operator - :536:22 - Operator `/` is unsupported between objects of type `Integer` and `Literal[14]`

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

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

sympy/physics/biomechanics/tests/test_musculotendon.py

[error] unsupported-operator - :449:13 - Operator `*` is unsupported between objects of type `Float` and `Float`

sympy/physics/continuum_mechanics/truss.py

[error] unsupported-operator - :743:26 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[-1]`

sympy/physics/control/lti.py

[error] unsupported-operator - :1437:16 - Operator `-` is unsupported between objects of type `int | NegativeInfinity` and `int | NegativeInfinity`
[error] unsupported-operator - :1442:22 - Operator `-` is unsupported between objects of type `int | NegativeInfinity` and `Literal[1]`
[error] unsupported-operator - :1443:19 - Operator `-` is unsupported between objects of type `int | NegativeInfinity` and `Literal[1]`
[error] unsupported-operator - :1448:11 - Operator `-` is unsupported between objects of type `int | NegativeInfinity` and `Literal[1]`
[error] unsupported-operator - :1454:13 - Operator `-=` is unsupported between objects of type `NegativeInfinity` and `Literal[1]`

sympy/physics/control/tests/test_lti.py

[error] unsupported-operator - :276:40 - Operator `/` is unsupported between objects of type `Integer` and `Literal[25]`
[error] unsupported-operator - :277:30 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :278:28 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :278:64 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :278:98 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :278:110 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :278:134 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :278:167 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :342:14 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :342:26 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :343:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :343:25 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :343:50 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :343:64 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :344:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :344:25 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :344:50 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :344:64 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :347:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :347:26 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :348:14 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :348:30 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :348:55 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :348:71 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :349:14 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :349:30 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :349:55 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :349:71 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :790:30 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :791:28 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :792:30 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :793:27 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :793:39 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :794:41 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :795:42 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :857:14 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :857:26 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :858:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :858:25 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :858:50 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :858:64 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :859:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :859:25 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :859:50 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :859:64 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :862:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :862:26 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :863:14 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :863:30 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :863:55 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :863:71 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :864:14 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :864:30 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :864:55 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :864:71 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2872:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3132:40 - Operator `/` is unsupported between objects of type `Integer` and `Literal[540]`
[error] unsupported-operator - :3712:31 - Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :3712:38 - Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/physics/mechanics/tests/test_jointsmethod.py

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

sympy/physics/mechanics/tests/test_kane.py

[error] unsupported-operator - :100:43 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :509:25 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/physics/mechanics/tests/test_pathway.py

[error] unsupported-operator - :549:30 - Operator `-` is unsupported between objects of type `Rational` and `Literal[1]`
[error] unsupported-operator - :601:30 - Operator `-` is unsupported between objects of type `Rational` and `Literal[1]`

sympy/physics/optics/gaussopt.py

[error] unsupported-operator - :131:38 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :133:33 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :135:20 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/physics/quantum/tests/test_boson.py

[error] unsupported-operator - :48:20 - Operator `*` is unsupported between objects of type `int | float` and `Rational`

sympy/physics/quantum/tests/test_sho1d.py

[error] unsupported-operator - :108:35 - Operator `/` is unsupported between objects of type `Integer` and `Integer`
[error] unsupported-operator - :109:54 - Operator `/` is unsupported between objects of type `Integer` and `Integer`
[error] unsupported-operator - :116:47 - Operator `/` is unsupported between objects of type `Integer` and `Integer`
[error] unsupported-operator - :117:56 - Operator `/` is unsupported between objects of type `Integer` and `Integer`
[error] unsupported-operator - :120:53 - Operator `/` is unsupported between objects of type `Integer` and `Integer`
[error] unsupported-operator - :122:46 - Operator `/` is unsupported between objects of type `Integer` and `Integer`

sympy/physics/tests/test_clebsch_gordan.py

[error] unsupported-operator - :113:23 - Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :113:33 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :114:23 - Operator `*` is unsupported between objects of type `Literal[9]` and `Half`
[error] unsupported-operator - :114:33 - Operator `*` is unsupported between objects of type `Literal[9]` and `Half`
[error] unsupported-operator - :117:23 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :117:36 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :118:23 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :118:36 - Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :120:26 - Operator `*` is unsupported between objects of type `Literal[9]` and `Half`
[error] unsupported-operator - :120:36 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :122:26 - Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :122:36 - Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :233:12 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/physics/units/tests/test_quantities.py

[error] unsupported-operator - :137:38 - Operator `+` is unsupported between objects of type `Literal[1]` and `Half`
[error] unsupported-operator - :356:15 - Operator `+` is unsupported between objects of type `Literal[2996]` and `Rational`
[error] unsupported-operator - :419:55 - Operator `/` is unsupported between objects of type `One` and `Literal[100000]`
[error] unsupported-operator - :425:59 - Operator `/` is unsupported between objects of type `One` and `Literal[1000]`

sympy/physics/wigner.py

[error] unsupported-operator - :440:20 - Operator `/` is unsupported between objects of type `Integer` and `Integer`
[error] unsupported-operator - :637:25 - Operator `/` is unsupported between objects of type `Literal[1]` and `Integer`
[error] unsupported-operator - :783:20 - Operator `/` is unsupported between objects of type `Integer` and `int`

sympy/plotting/tests/test_series.py

[error] unsupported-operator - :125:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1440:9 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1442:26 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1442:52 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1467:9 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1469:26 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1469:52 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1513:10 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/polys/domains/tests/test_domains.py

[error] unsupported-operator - :1125:17 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :1125:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :1156:41 - Operator `/` is unsupported between objects of type `Integer` and `Literal[25]`
[error] unsupported-operator - :1158:30 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1159:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1160:28 - Operator `/` is unsupported between objects of type `Integer` and `Literal[25]`
[error] unsupported-operator - :1240:33 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1241:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[25]`
[error] unsupported-operator - :1244:27 - Operator `/` is unsupported between objects of type `Integer` and `Literal[25]`
[error] unsupported-operator - :1246:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1246:28 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/polys/numberfields/minpoly.py

[error] unsupported-operator - :809:53 - Operator `/` is unsupported between objects of type `Literal[1]` and `Rational | Unknown`

sympy/polys/numberfields/tests/test_minpoly.py

[error] unsupported-operator - :191:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :197:324 - Operator `/` is unsupported between objects of type `Integer` and `Literal[63568729]`
[error] unsupported-operator - :199:152 - Operator `/` is unsupported between objects of type `Integer` and `Literal[63568729]`
[error] unsupported-operator - :201:260 - Operator `/` is unsupported between objects of type `Integer` and `Literal[63568729]`
[error] unsupported-operator - :203:128 - Operator `/` is unsupported between objects of type `Integer` and `Literal[63568729]`
[error] unsupported-operator - :467:45 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :467:58 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :474:58 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :483:30 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :486:46 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :486:70 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :488:71 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/polys/numberfields/tests/test_numbers.py

[error] unsupported-operator - :159:45 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :159:56 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/polys/polyroots.py

[error] unsupported-operator - :409:12 - Operator `%` is unsupported between objects of type `int | NegativeInfinity` and `Literal[2]`
[error] unsupported-operator - :615:14 - Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`

sympy/polys/rootoftools.py

[error] unsupported-operator - :341:40 - Operator `-` is unsupported between objects of type `int | NegativeInfinity` and `Literal[1]`
[error] unsupported-operator - :343:13 - Operator `+=` is unsupported between objects of type `int` and `int | NegativeInfinity`

sympy/polys/tests/test_densetools.py

[error] unsupported-operator - :736:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :736:25 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :770:14 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :770:28 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`

sympy/polys/tests/test_polymatrix.py

[error] unsupported-operator - :154:34 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :154:47 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :155:43 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :155:56 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/polys/tests/test_polyroots.py

[error] unsupported-operator - :179:10 - Operator `+` is unsupported between objects of type `Half` and `int | float`
[error] unsupported-operator - :218:21 - Operator `/` is unsupported between objects of type `Unknown | int` and `Integer`
[error] unsupported-operator - :218:33 - Operator `/` is unsupported between objects of type `Unknown | int` and `Integer`
[error] unsupported-operator - :220:23 - Operator `*` is unsupported between objects of type `Unknown | int` and `Rational`
[error] unsupported-operator - :220:47 - Operator `/` is unsupported between objects of type `Unknown | int` and `Integer`
[error] unsupported-operator - :220:58 - Operator `/` is unsupported between objects of type `Unknown | int` and `Integer`
[error] unsupported-operator - :754:52 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :759:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :759:32 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :760:35 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :760:50 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :761:35 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :761:50 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/polys/tests/test_polytools.py

[error] unsupported-operator - :828:12 - Operator `**` is unsupported between objects of type `Poly` and `Literal[3]`
[error] unsupported-operator - :830:31 - Operator `**` is unsupported between objects of type `Poly` and `Literal[-1]`
[error] unsupported-operator - :852:12 - Operator `/` is unsupported between objects of type `Poly` and `Poly`
[error] unsupported-operator - :853:12 - Operator `/` is unsupported between objects of type `Poly` and `Poly`
[error] unsupported-operator - :854:12 - Operator `/` is unsupported between objects of type `Poly` and `Poly`
[error] unsupported-operator - :1584:36 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1585:27 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1586:27 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1586:54 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1586:66 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1587:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1588:10 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1588:72 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1589:28 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1589:63 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1590:52 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1591:47 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1592:9 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1592:21 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1592:73 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1593:63 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2758:23 - Operator `/` is unsupported between objects of type `Integer` and `Literal[128]`
[error] unsupported-operator - :3009:34 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :3064:38 - Operator `**` is unsupported between objects of type `Poly | Unknown` and `Literal[2]`
[error] unsupported-operator - :3066:39 - Operator `**` is unsupported between objects of type `Poly | Unknown` and `Literal[2]`
[error] unsupported-operator - :3067:39 - Operator `**` is unsupported between objects of type `Poly | Unknown` and `Literal[2]`
[error] unsupported-operator - :3182:19 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :3182:32 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :3214:19 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :3214:34 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :3478:28 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :3605:23 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :3605:36 - Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :3610:23 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :3610:36 - Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :3889:34 - Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :3891:23 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :3986:83 - Operator `*` is unsupported between objects of type `Rational` and `int`
[error] unsupported-operator - :3995:118 - Operator `*` is unsupported between objects of type `Rational` and `int`

sympy/polys/tests/test_rings.py

[error] unsupported-operator - :2109:14 - Operator `/` is unsupported between objects of type `Integer` and `Literal[16]`
[error] unsupported-operator - :2109:48 - Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :2109:71 - Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`

sympy/polys/tests/test_rootoftools.py

[error] unsupported-operator - :313:59 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :368:9 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/printing/c.py

[error] unsupported-operator - :284:26 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`

sympy/printing/pretty/tests/test_pretty.py

[error] unsupported-operator - :7106:18 - Operator `/` is unsupported between objects of type `Integer` and `Literal[13]`

sympy/printing/tests/test_aesaracode.py

[error] unsupported-operator - :271:30 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/printing/tests/test_jscode.py

[error] unsupported-operator - :24:23 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`

sympy/printing/tests/test_julia.py

[error] unsupported-operator - :98:23 - Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :99:23 - Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :105:23 - Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :121:24 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/printing/tests/test_latex.py

[error] unsupported-operator - :212:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :264:22 - Operator `/` is unsupported between objects of type `Integer` and `Literal[100]`
[error] unsupported-operator - :3097:18 - Operator `*` is unsupported between objects of type `Float` and `float`

sympy/printing/tests/test_maple.py

[error] unsupported-operator - :98:23 - Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :99:23 - Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :105:23 - Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :124:24 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/printing/tests/test_mathml.py

[error] unsupported-operator - :1453:23 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1455:23 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1457:23 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1459:23 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1540:30 - Operator `*` is unsupported between objects of type `float` and `Infinity`
[error] unsupported-operator - :1541:30 - Operator `*` is unsupported between objects of type `int | float` and `Infinity`
[error] unsupported-operator - :1884:19 - Operator `+` is unsupported between objects of type `Cross` and `Cross`

sympy/printing/tests/test_octave.py

[error] unsupported-operator - :155:18 - Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :156:18 - Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :162:18 - Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :178:19 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/printing/tests/test_smtlib.py

[error] unsupported-operator - :185:26 - Operator `+` is unsupported between objects of type `Literal[2]` and `Rational`

sympy/printing/tests/test_str.py

[error] unsupported-operator - :562:16 - Operator `*` is unsupported between objects of type `Rational` and `Rational`
[error] unsupported-operator - :563:16 - Operator `*` is unsupported between objects of type `Rational` and `Rational`
[error] unsupported-operator - :565:16 - Operator `*` is unsupported between objects of type `Rational` and `Rational`
[error] unsupported-operator - :566:16 - Operator `+` is unsupported between objects of type `Rational` and `Rational`
[error] unsupported-operator - :567:16 - Operator `+` is unsupported between objects of type `Rational` and `Rational`
[error] unsupported-operator - :568:16 - Operator `+` is unsupported between objects of type `Rational` and `Rational`
[error] unsupported-operator - :569:16 - Operator `*` is unsupported between objects of type `Rational` and `Rational`
[error] unsupported-operator - :570:16 - Operator `+` is unsupported between objects of type `Rational` and `Rational`
[error] unsupported-operator - :571:16 - Operator `+` is unsupported between objects of type `Rational` and `Rational`
[error] unsupported-operator - :572:16 - Operator `*` is unsupported between objects of type `Rational` and `Rational`
[error] unsupported-operator - :573:16 - Operator `+` is unsupported between objects of type `Rational` and `Rational`

sympy/printing/tests/test_theanocode.py

[error] unsupported-operator - :261:30 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/series/approximants.py

[error] unsupported-operator - :407:39 - Operator `/` is unsupported between objects of type `Poly` and `Poly`

sympy/series/tests/test_limits.py

[error] unsupported-operator - :201:76 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :237:80 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :263:51 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :441:18 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :443:34 - Operator `/` is unsupported between objects of type `Integer` and `Literal[360]`
[error] unsupported-operator - :621:27 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :621:60 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :622:27 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :622:61 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :623:27 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :623:55 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :624:27 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :624:66 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :627:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :627:52 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :628:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :628:58 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :629:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :630:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :631:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :631:52 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :632:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :632:62 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :633:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :633:58 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :634:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :634:58 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :646:49 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :647:55 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :648:51 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :649:55 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :697:22 - Operator `-` is unsupported between objects of type `Rational` and `Literal[1]`
[error] unsupported-operator - :836:72 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :837:36 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :907:45 - Operator `+` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :921:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :986:26 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :986:60 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1039:23 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1233:19 - Operator `/` is unsupported between objects of type `Integer` and `Literal[11]`
[error] unsupported-operator - :1237:60 - Operator `/` is unsupported between objects of type `Integer` and `Literal[645120]`

sympy/series/tests/test_order.py

[error] unsupported-operator - :46:22 - Operator `/` is unsupported between objects of type `Rational` and `Literal[3]`
[error] unsupported-operator - :46:40 - Operator `/` is unsupported between objects of type `Rational` and `Literal[3]`
[error] unsupported-operator - :47:22 - Operator `*` is unsupported between objects of type `Rational` and `Rational`
[error] unsupported-operator - :47:53 - Operator `*` is unsupported between objects of type `Rational` and `Rational`

sympy/series/tests/test_residues.py

[error] unsupported-operator - :98:53 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :99:48 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/series/tests/test_series.py

[error] unsupported-operator - :94:44 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :94:66 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :94:83 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :94:101 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :96:16 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :96:36 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :96:65 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :96:79 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :97:16 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :97:36 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :97:50 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :97:67 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :98:16 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :98:36 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :98:65 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :98:79 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :238:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :293:75 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`

sympy/sets/tests/test_conditionset.py

[error] unsupported-operator - :188:45 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :190:43 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`

sympy/sets/tests/test_fancysets.py

[error] unsupported-operator - :140:12 - Operator `/` is unsupported between objects of type `Literal[2]` and `Integer`
[error] unsupported-operator - :749:28 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/sets/tests/test_setexpr.py

[error] unsupported-operator - :38:13 - Operator `+` is unsupported between objects of type `SetExpr` and `Literal[1]`
[error] unsupported-operator - :39:13 - Operator `*` is unsupported between objects of type `SetExpr` and `Literal[2]`
[error] unsupported-operator - :43:13 - Operator `**` is unsupported between objects of type `SetExpr` and `Literal[2]`
[error] unsupported-operator - :52:13 - Operator `+` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :54:13 - Operator `*` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :59:13 - Operator `+` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :61:13 - Operator `*` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :66:13 - Operator `+` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :71:13 - Operator `+` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :79:13 - Operator `+` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :98:12 - Operator `+` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :99:12 - Operator `-` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :100:12 - Operator `*` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :101:12 - Operator `/` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :102:12 - Operator `**` is unsupported between objects of type `SetExpr` and `Literal[2]`
[error] unsupported-operator - :103:12 - Operator `**` is unsupported between objects of type `SetExpr` and `Literal[3]`
[error] unsupported-operator - :105:12 - Operator `+` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :106:12 - Operator `-` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :107:12 - Operator `*` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :108:12 - Operator `/` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :109:12 - Operator `+` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :110:12 - Operator `-` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :111:12 - Operator `*` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :112:12 - Operator `/` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :113:12 - Operator `+` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :114:12 - Operator `-` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :115:12 - Operator `*` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :116:12 - Operator `/` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :117:12 - Operator `+` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :118:12 - Operator `-` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :119:12 - Operator `*` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :120:12 - Operator `/` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :121:12 - Operator `**` is unsupported between objects of type `SetExpr` and `Literal[2]`
[error] unsupported-operator - :122:12 - Operator `**` is unsupported between objects of type `SetExpr` and `Literal[3]`
[error] unsupported-operator - :124:12 - Operator `+` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :125:12 - Operator `-` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :126:12 - Operator `*` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :127:12 - Operator `/` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :128:12 - Operator `+` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :129:12 - Operator `-` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :130:12 - Operator `*` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :131:12 - Operator `/` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :132:12 - Operator `+` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :133:12 - Operator `-` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :134:12 - Operator `*` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :135:12 - Operator `/` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :136:12 - Operator `**` is unsupported between objects of type `SetExpr` and `Literal[2]`
[error] unsupported-operator - :137:12 - Operator `**` is unsupported between objects of type `SetExpr` and `Literal[3]`
[error] unsupported-operator - :139:12 - Operator `+` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :140:12 - Operator `-` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :141:12 - Operator `*` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :142:12 - Operator `/` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :143:12 - Operator `+` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :144:12 - Operator `-` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :145:12 - Operator `*` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :146:12 - Operator `/` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :147:12 - Operator `+` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :148:12 - Operator `-` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :149:12 - Operator `*` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :150:12 - Operator `/` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :151:12 - Operator `**` is unsupported between objects of type `SetExpr` and `Literal[2]`
[error] unsupported-operator - :152:12 - Operator `**` is unsupported between objects of type `SetExpr` and `Literal[3]`
[error] unsupported-operator - :154:12 - Operator `+` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :155:12 - Operator `-` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :156:12 - Operator `*` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :157:12 - Operator `/` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :158:12 - Operator `+` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :159:12 - Operator `-` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :160:12 - Operator `*` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :161:12 - Operator `/` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :162:12 - Operator `+` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :163:12 - Operator `-` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :164:12 - Operator `*` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :165:12 - Operator `/` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :166:12 - Operator `+` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :167:12 - Operator `-` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :168:12 - Operator `*` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :169:12 - Operator `/` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :170:12 - Operator `**` is unsupported between objects of type `SetExpr` and `Literal[2]`
[error] unsupported-operator - :171:12 - Operator `**` is unsupported between objects of type `SetExpr` and `Literal[3]`
[error] unsupported-operator - :176:12 - Operator `*` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :177:12 - Operator `*` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :178:12 - Operator `*` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :179:12 - Operator `*` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :180:12 - Operator `*` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :181:12 - Operator `/` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :182:12 - Operator `/` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :184:12 - Operator `**` is unsupported between objects of type `SetExpr` and `Literal[2]`
[error] unsupported-operator - :185:12 - Operator `**` is unsupported between objects of type `SetExpr` and `Literal[3]`
[error] unsupported-operator - :187:12 - Operator `+` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :188:12 - Operator `-` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :189:12 - Operator `*` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :190:12 - Operator `/` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :208:12 - Operator `/` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :209:12 - Operator `/` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :211:12 - Operator `/` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :212:12 - Operator `/` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :213:12 - Operator `/` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :217:12 - Operator `/` is unsupported between objects of type `SetExpr` and `SetExpr`
[error] unsupported-operator - :219:12 - Operator `/` is unsupported between objects of type `Literal[1]` and `SetExpr`
[error] unsupported-operator - :221:12 - Operator `/` is unsupported between objects of type `Literal[1]` and `SetExpr`
[error] unsupported-operator - :222:12 - Operator `/` is unsupported between objects of type `Literal[-1]` and `SetExpr`
[error] unsupported-operator - :223:12 - Operator `/` is unsupported between objects of type `Literal[1]` and `SetExpr`
[error] unsupported-operator - :224:12 - Operator `/` is unsupported between objects of type `Literal[1]` and `SetExpr`
[error] unsupported-operator - :244:12 - Operator `**` is unsupported between objects of type `SetExpr` and `Literal[2]`
[error] unsupported-operator - :245:12 - Operator `**` is unsupported between objects of type `SetExpr` and `Literal[2]`
[error] unsupported-operator - :246:12 - Operator `**` is unsupported between objects of type `SetExpr` and `Literal[2]`
[error] unsupported-operator - :247:12 - Operator `**` is unsupported between objects of type `SetExpr` and `Literal[3]`
[error] unsupported-operator - :248:12 - Operator `**` is unsupported between objects of type `SetExpr` and `Literal[0]`
[error] unsupported-operator - :261:12 - Operator `**` is unsupported between objects of type `SetExpr` and `Literal[-2]`
[error] unsupported-operator - :262:12 - Operator `**` is unsupported between objects of type `SetExpr` and `Literal[-2]`
[error] unsupported-operator - :264:12 - Operator `**` is unsupported between objects of type `SetExpr` and `Literal[-2]`
[error] unsupported-operator - :265:12 - Operator `**` is unsupported between objects of type `SetExpr` and `Literal[-3]`
[error] unsupported-operator - :266:12 - Operator `**` is unsupported between objects of type `SetExpr` and `Literal[-3]`
[error] unsupported-operator - :267:12 - Operator `**` is unsupported between objects of type `SetExpr` and `Literal[-2]`
[error] unsupported-operator - :272:12 - Operator `**` is unsupported between objects of type `SetExpr` and `Literal[-2]`
[error] unsupported-operator - :273:12 - Operator `**` is unsupported between objects of type `SetExpr` and `Literal[-2]`
[error] unsupported-operator - :303:12 - Operator `+` is unsupported between objects of type `SetExpr` and `Literal[1]`
[error] unsupported-operator - :306:12 - Operator `*` is unsupported between objects of type `SetExpr` and `Literal[-1]`
[error] unsupported-operator - :307:13 - Operator `*` is unsupported between objects of type `SetExpr` and `Literal[2]`
[error] unsupported-operator - :47:17 - Operator `*` is unsupported between objects of type `SetExpr` and `Literal[2]`

sympy/sets/tests/test_sets.py

[error] unsupported-operator - :699:21 - Operator `/` is unsupported between objects of type `Integer` and `Literal[64]`

sympy/simplify/fu.py

[error] unsupported-operator - :1903:14 - Operator `/` is unsupported between objects of type `(Unknown & ~AlwaysFalsy) | One` and `(Unknown & ~AlwaysFalsy) | One`
[error] unsupported-operator - :1906:14 - Operator `/` is unsupported between objects of type `(Unknown & ~AlwaysFalsy) | One` and `(Unknown & ~AlwaysFalsy) | One`

sympy/simplify/hyperexpand.py

[error] unsupported-operator - :152:19 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :710:13 - Operator `-` is unsupported between objects of type `int | NegativeInfinity` and `Literal[1]`
[error] unsupported-operator - :1779:18 - Operator `/` is unsupported between objects of type `One | Unknown` and `One | Unknown`
[error] unsupported-operator - :1877:20 - Operator `-` is unsupported between objects of type `int | NegativeInfinity` and `Literal[1]`
[error] unsupported-operator - :1881:32 - Operator `-` is unsupported between objects of type `int | NegativeInfinity` and `Literal[1]`
[error] unsupported-operator - :1887:15 - Operator `*` is unsupported between objects of type `list[Unknown | int]` and `int | NegativeInfinity`
[error] unsupported-operator - :1892:15 - Operator `-` is unsupported between objects of type `int | NegativeInfinity` and `Literal[1]`
[error] unsupported-operator - :1892:37 - Operator `-` is unsupported between objects of type `int | NegativeInfinity` and `Literal[1]`
[error] unsupported-operator - :1892:47 - Operator `-` is unsupported between objects of type `int | NegativeInfinity` and `Literal[1]`

sympy/simplify/tests/test_gammasimp.py

[error] unsupported-operator - :69:9 - Operator `+` is unsupported between objects of type `Rational` and `Rational`

sympy/simplify/tests/test_hyperexpand.py

[error] unsupported-operator - :125:31 - Operator `-` is unsupported between objects of type `Rational` and `Literal[1]`
[error] unsupported-operator - :128:31 - Operator `+` is unsupported between objects of type `Literal[1]` and `Half`
[error] unsupported-operator - :153:12 - Operator `/` is unsupported between objects of type `Integer` and `Literal[50]`
[error] unsupported-operator - :603:37 - Operator `+` is unsupported between objects of type `Literal[1]` and `Half`
[error] unsupported-operator - :732:29 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :733:29 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :734:29 - Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :738:29 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :738:37 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :738:45 - Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :739:30 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :739:35 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :739:40 - Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :749:54 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :750:54 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :752:54 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :763:29 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :763:37 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :763:45 - Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :763:53 - Operator `*` is unsupported between objects of type `Literal[9]` and `Half`
[error] unsupported-operator - :764:26 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :764:34 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :764:42 - Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :771:15 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :771:20 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :771:25 - Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :772:26 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :772:31 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :772:36 - Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :773:23 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :773:31 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :773:39 - Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :790:21 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :790:29 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :791:22 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :791:27 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :792:26 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :792:31 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :793:30 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :793:35 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :797:21 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :797:29 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :799:26 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :799:31 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :808:15 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :808:20 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :814:27 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :814:32 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :823:26 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :823:33 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :823:38 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :824:26 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :824:33 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :824:38 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :835:18 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :835:23 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :835:28 - Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :837:25 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :837:33 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :837:41 - Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :838:26 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :838:31 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :838:36 - Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :850:34 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :850:42 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :852:20 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :852:25 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :853:30 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :853:38 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :857:23 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :857:28 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :859:30 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :859:38 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :862:23 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :862:28 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :863:27 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :863:32 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :864:34 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :864:42 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :881:25 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :881:33 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :881:41 - Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :887:22 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :887:27 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :887:32 - Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :891:15 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :891:20 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :891:25 - Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :892:28 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :892:36 - Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :894:33 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :896:24 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :896:32 - Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :897:24 - Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :897:31 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :939:22 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :939:27 - Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :939:32 - Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :973:20 - Operator `/` is unsupported between objects of type `One` and `Literal[8]`
[error] unsupported-operator - :973:30 - Operator `/` is unsupported between objects of type `One` and `Literal[8]`
[error] unsupported-operator - :974:20 - Operator `/` is unsupported between objects of type `One` and `Literal[6]`
[error] unsupported-operator - :974:30 - Operator `/` is unsupported between objects of type `One` and `Literal[6]`
[error] unsupported-operator - :975:20 - Operator `/` is unsupported between objects of type `One` and `Literal[6]`
[error] unsupported-operator - :975:30 - Operator `/` is unsupported between objects of type `One` and `Literal[6]`
[error] unsupported-operator - :976:20 - Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :976:30 - Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :977:20 - Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :977:30 - Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :978:20 - Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :978:30 - Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :979:20 - Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :979:30 - Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :980:20 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :980:30 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :981:20 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :981:30 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :982:20 - Operator `/` is unsupported between objects of type `One` and `Literal[8]`
[error] unsupported-operator - :982:32 - Operator `/` is unsupported between objects of type `One` and `Literal[8]`
[error] unsupported-operator - :983:20 - Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :983:32 - Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :984:20 - Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :984:32 - Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :985:20 - Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :985:32 - Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :986:20 - Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :986:32 - Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :987:20 - Operator `/` is unsupported between objects of type `One` and `Literal[8]`
[error] unsupported-operator - :987:32 - Operator `/` is unsupported between objects of type `One` and `Literal[8]`
[error] unsupported-operator - :988:20 - Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :988:32 - Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :989:20 - Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :989:32 - Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :990:20 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :990:32 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :991:20 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :991:32 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :992:20 - Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :992:32 - Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :993:20 - Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :993:32 - Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :994:20 - Operator `/` is unsupported between objects of type `One` and `Literal[6]`
[error] unsupported-operator - :994:32 - Operator `/` is unsupported between objects of type `One` and `Literal[6]`
[error] unsupported-operator - :995:20 - Operator `/` is unsupported between objects of type `One` and `Literal[6]`
[error] unsupported-operator - :995:32 - Operator `/` is unsupported between objects of type `One` and `Literal[6]`
[error] unsupported-operator - :996:20 - Operator `/` is unsupported between objects of type `One` and `Literal[8]`
[error] unsupported-operator - :996:32 - Operator `/` is unsupported between objects of type `One` and `Literal[8]`

sympy/simplify/tests/test_powsimp.py

[error] unsupported-operator - :330:20 - Operator `*` is unsupported between objects of type `int` and `Rational`
[error] unsupported-operator - :342:65 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/simplify/tests/test_simplify.py

[error] unsupported-operator - :88:22 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :263:33 - Operator `/` is unsupported between objects of type `One` and `int`
[error] unsupported-operator - :266:33 - Operator `/` is unsupported between objects of type `One` and `int`
[error] unsupported-operator - :969:21 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`

sympy/simplify/tests/test_trigsimp.py

[error] unsupported-operator - :435:16 - Operator `-` is unsupported between objects of type `Rational` and `Literal[2]`

sympy/solvers/ode/hypergeometric.py

[error] unsupported-operator - :71:34 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :98:49 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`

sympy/solvers/ode/lie_group.py

[error] unsupported-operator - :520:24 - Operator `+` is unsupported between objects of type `int | NegativeInfinity` and `Literal[1]`
[error] unsupported-operator - :593:27 - Operator `+` is unsupported between objects of type `int | NegativeInfinity` and `Literal[1]`

sympy/solvers/ode/nonhomogeneous.py

[error] unsupported-operator - :82:53 - Operator `*` is unsupported between objects of type `int | NegativeInfinity` and `Literal[2]`

sympy/solvers/ode/tests/test_riccati.py

[error] unsupported-operator - :81:37 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :220:19 - Operator `/` is unsupported between objects of type `Integer` and `Literal[27]`
[error] unsupported-operator - :239:34 - Operator `/` is unsupported between objects of type `Integer` and `Literal[9]`
[error] unsupported-operator - :399:9 - Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :404:9 - Operator `/` is unsupported between objects of type `Integer` and `Literal[607]`
[error] unsupported-operator - :428:11 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :428:35 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :433:9 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :434:11 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :434:42 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :441:11 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :442:14 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :473:9 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :481:22 - Operator `/` is unsupported between objects of type `Integer` and `Literal[343]`
[error] unsupported-operator - :482:22 - Operator `/` is unsupported between objects of type `Integer` and `Literal[343]`
[error] unsupported-operator - :488:43 - Operator `/` is unsupported between objects of type `Integer` and `Literal[14336]`
[error] unsupported-operator - :489:42 - Operator `/` is unsupported between objects of type `Integer` and `Literal[14336]`
[error] unsupported-operator - :495:9 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :496:39 - Operator `/` is unsupported between objects of type `Integer` and `Literal[267300]`
[error] unsupported-operator - :497:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[267300]`
[error] unsupported-operator - :503:21 - Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :504:21 - Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :536:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[243]`
[error] unsupported-operator - :537:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[243]`
[error] unsupported-operator - :550:73 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2592]`
[error] unsupported-operator - :552:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2592]`
[error] unsupported-operator - :629:11 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :629:27 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :674:9 - Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :675:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[46521675]`
[error] unsupported-operator - :675:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[984]`
[error] unsupported-operator - :675:55 - Operator `/` is unsupported between objects of type `Integer` and `Literal[28610830125]`
[error] unsupported-operator - :676:12 - Operator `/` is unsupported between objects of type `Integer` and `Literal[75645]`
[error] unsupported-operator - :699:9 - Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :700:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3304]`
[error] unsupported-operator - :700:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2729104]`
[error] unsupported-operator - :700:54 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4508479808]`
[error] unsupported-operator - :701:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[1862002160704]`
[error] unsupported-operator - :701:50 - Operator `/` is unsupported between objects of type `Integer` and `Literal[6152055138966016]`
[error] unsupported-operator - :707:57 - Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :808:59 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :833:22 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :833:32 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :153:53 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :200:12 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :200:30 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :215:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[27]`
[error] unsupported-operator - :230:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[9]`
[error] unsupported-operator - :230:44 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :231:9 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :249:28 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :249:41 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :250:24 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :832:34 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :832:57 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :843:54 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :848:54 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/solvers/ode/tests/test_single.py

[error] unsupported-operator - :425:28 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :880:22 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :880:32 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2102:65 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2108:65 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2115:21 - Operator `/` is unsupported between objects of type `Integer` and `Literal[21]`
[error] unsupported-operator - :2115:43 - Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :2115:57 - Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :2115:72 - Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :2115:87 - Operator `/` is unsupported between objects of type `Integer` and `Literal[84]`
[error] unsupported-operator - :422:41 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :879:47 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :879:70 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1414:27 - Operator `/` is unsupported between objects of type `Integer` and `Literal[10]`
[error] unsupported-operator - :2041:69 - Operator `/` is unsupported between objects of type `Integer` and `Literal[9]`
[error] unsupported-operator - :2042:37 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2042:63 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2056:67 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2057:37 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2057:61 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2067:40 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2067:67 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2078:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2078:62 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2095:42 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2096:33 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2096:48 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2096:56 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2096:66 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2100:42 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2101:40 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2101:55 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2101:68 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2106:48 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2107:40 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2107:56 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2107:69 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2112:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :2112:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :2112:59 - Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :2112:100 - Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :2113:21 - Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :2114:30 - Operator `/` is unsupported between objects of type `Integer` and `Literal[98]`
[error] unsupported-operator - :2114:48 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2114:64 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2114:83 - Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :2114:97 - Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :2201:52 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2202:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2202:59 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2444:41 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2444:69 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/solvers/ode/tests/test_systems.py

[error] unsupported-operator - :444:24 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :444:32 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2376:46 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2376:81 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2377:19 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2377:54 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2378:44 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2378:77 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2378:110 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2379:36 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2485:46 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2485:73 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2486:35 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2486:62 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2487:46 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2487:73 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2488:35 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2488:62 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2489:45 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2489:72 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2490:34 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2490:61 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2491:45 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2491:72 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2492:34 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2492:61 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2499:48 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2499:75 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2500:35 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2500:62 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2501:48 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2501:75 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2502:35 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2502:62 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2503:47 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2503:74 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2504:34 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2504:61 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2505:47 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2505:74 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2506:34 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2506:61 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2531:46 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2531:73 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2532:35 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2532:62 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2533:46 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2533:73 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2534:35 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2534:62 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2535:45 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2535:72 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2536:34 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2536:61 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2537:45 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2537:72 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2538:34 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2538:61 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`

sympy/solvers/recurr.py

[error] unsupported-operator - :149:12 - Operator `-` is unsupported between objects of type `Unknown | NegativeInfinity` and `int`
[error] unsupported-operator - :150:17 - Operator `-` is unsupported between objects of type `Unknown | NegativeInfinity` and `int`
[error] unsupported-operator - :159:12 - Operator `-` is unsupported between objects of type `Unknown | NegativeInfinity` and `int`

sympy/solvers/simplex.py

[error] unsupported-operator - :1068:12 - Operator `*` is unsupported between objects of type `MutableDenseMatrix | Unknown` and `MutableDenseMatrix`
[error] unsupported-operator - :1068:77 - Operator `*` is unsupported between objects of type `None | @Todo` and `MutableDenseMatrix`

sympy/solvers/solveset.py

[error] unsupported-operator - :993:10 - Operator `*` is unsupported between objects of type `Rational` and `MPZ`

sympy/solvers/tests/test_inequalities.py

[error] unsupported-operator - :134:15 - Operator `*` is unsupported between objects of type `One | Float` and `Infinity`
[error] unsupported-operator - :391:54 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :461:22 - Operator `/` is unsupported between objects of type `Literal[0, 1]` and `Integer`

sympy/solvers/tests/test_recurr.py

[error] unsupported-operator - :264:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :265:28 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :266:10 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :266:67 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :267:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :268:24 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :269:10 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :269:67 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :270:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :270:68 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :271:9 - Operator `/` is unsupported between objects of type `Integer` and `Literal[23]`
[error] unsupported-operator - :271:48 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/solvers/tests/test_simplex.py

[error] unsupported-operator - :177:12 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :177:24 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :177:35 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :217:32 - Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :225:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :225:35 - Operator `/` is unsupported between objects of type `Integer` and `Literal[10]`
[error] unsupported-operator - :231:20 - Operator `/` is unsupported between objects of type `Integer` and `Literal[9]`
[error] unsupported-operator - :231:33 - Operator `/` is unsupported between objects of type `Integer` and `Literal[9]`
[error] unsupported-operator - :231:41 - Operator `/` is unsupported between objects of type `Integer` and `Literal[18]`

sympy/solvers/tests/test_solvers.py

[error] unsupported-operator - :483:15 - Operator `/` is unsupported between objects of type `Integer` and `int`
[error] unsupported-operator - :485:15 - Operator `/` is unsupported between objects of type `Integer` and `int`
[error] unsupported-operator - :488:15 - Operator `/` is unsupported between objects of type `Integer` and `int`
[error] unsupported-operator - :492:15 - Operator `/` is unsupported between objects of type `Integer` and `int`
[error] unsupported-operator - :494:15 - Operator `/` is unsupported between objects of type `Integer` and `int`
[error] unsupported-operator - :496:15 - Operator `/` is unsupported between objects of type `Integer` and `int`
[error] unsupported-operator - :498:15 - Operator `/` is unsupported between objects of type `Integer` and `int`
[error] unsupported-operator - :501:16 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :642:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :718:18 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :719:19 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :720:21 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :722:19 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :722:25 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :723:19 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :723:25 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :724:19 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :724:25 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :724:30 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :724:36 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :726:22 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :726:27 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :727:22 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :727:27 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :728:22 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :728:27 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :728:36 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :728:41 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :1055:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1055:26 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1055:39 - Operator `/` is unsupported between objects of type `Integer` and `Literal[10000]`
[error] unsupported-operator - :1056:17 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1056:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1057:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1057:26 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1057:45 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1057:57 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1315:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1315:46 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1316:9 - Operator `/` is unsupported between objects of type `Integer` and `Literal[343]`
[error] unsupported-operator - :1316:23 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1316:60 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1317:26 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1318:9 - Operator `/` is unsupported between objects of type `Integer` and `Literal[343]`
[error] unsupported-operator - :1318:23 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1318:60 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1319:26 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1319:57 - Operator `/` is unsupported between objects of type `Integer` and `Literal[343]`
[error] unsupported-operator - :1319:71 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1396:18 - Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :1396:32 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1396:46 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1396:63 - Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :1396:75 - Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :1398:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1398:46 - Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :1398:58 - Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :1576:32 - Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :1577:40 - Operator `/` is unsupported between objects of type `Integer` and `Literal[18]`
[error] unsupported-operator - :1779:11 - Operator `@` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :2039:25 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2040:24 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2041:24 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2506:27 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2515:34 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2515:63 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2544:9 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2559:9 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2560:9 - Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :2594:79 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2595:61 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2595:81 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2596:61 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2597:79 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2674:12 - Operator `-` is unsupported between objects of type `Rational` and `int | float`
[error] unsupported-operator - :2676:12 - Operator `-` is unsupported between objects of type `Rational` and `int | float`
[error] unsupported-operator - :2700:22 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2705:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2734:32 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :697:39 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :697:61 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/solvers/tests/test_solveset.py

[error] unsupported-operator - :230:30 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :230:45 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :230:61 - Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :230:76 - Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :706:33 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :966:46 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :967:46 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :1020:41 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1021:35 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1022:35 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1023:44 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1024:35 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1025:35 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1032:16 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1032:33 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1034:43 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1035:43 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1083:49 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :1084:49 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :1118:45 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1479:80 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1856:19 - Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :2071:42 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2071:59 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2072:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2072:51 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2072:68 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2073:26 - Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :2073:67 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2074:22 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2074:58 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2075:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2075:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2075:48 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2076:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2076:48 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2077:21 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2077:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2077:56 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2078:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2078:46 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2078:64 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2079:37 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2079:54 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2079:77 - Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :2080:43 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2080:60 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2081:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2081:51 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2081:68 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2082:25 - Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :2082:66 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2083:18 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2083:54 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2083:71 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2084:21 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2084:73 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2085:22 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2085:58 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2085:75 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2086:25 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2086:61 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2087:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2087:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2087:69 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2088:22 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2088:45 - Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :2089:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2089:46 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2089:64 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2090:37 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2090:54 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2090:77 - Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :2091:50 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2091:67 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2092:36 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2092:53 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2092:71 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2093:54 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2094:34 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2094:68 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2095:18 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2095:36 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2095:74 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2096:22 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2096:45 - Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :2097:21 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2097:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2097:74 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2098:22 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2098:40 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2099:27 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2099:77 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2100:42 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2100:59 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2101:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2101:51 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2101:68 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2102:23 - Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :2102:64 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2103:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2103:49 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2103:66 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2104:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2104:58 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2104:75 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2105:24 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2105:62 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2106:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2106:36 - Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :2106:77 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2107:25 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2107:61 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2108:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2108:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2109:27 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2109:77 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2110:51 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2110:68 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2111:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2111:51 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2111:68 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2112:23 - Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :2112:64 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2113:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2113:49 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2113:66 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2114:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2114:50 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2114:67 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2115:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2115:51 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2115:68 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2116:23 - Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :2116:64 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2117:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2117:49 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2117:66 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2118:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2118:62 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2119:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2119:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2119:69 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2120:18 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2120:41 - Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :2121:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2121:30 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2121:66 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2122:18 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2122:36 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2122:73 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2123:22 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2123:40 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2123:78 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2124:22 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2124:45 - Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :2125:13 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2125:30 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2125:66 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2126:18 - Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2126:36 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2127:14 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2127:64 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2215:63 - Operator `/` is unsupported between objects of type `Integer` and `int`
[error] unsupported-operator - :2801:45 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2801:74 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :3106:39 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3242:35 - Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :3243:21 - Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :3243:37 - Operator `/` is unsupported between objects of type `Integer` and `Literal[10]`
[error] unsupported-operator - :3419:39 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :3419:76 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :3521:9 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :3526:69 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3529:17 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :3530:16 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :3530:32 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :3531:16 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :3531:32 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/stats/rv.py

[error] unsupported-operator - :1434:14 - Operator `/` is unsupported between objects of type `Integer` and `Unknown | Literal[1]`

sympy/stats/stochastic_process_types.py

[error] unsupported-operator - :618:64 - Operator `-` is unsupported between objects of type `Literal[1]` and `Rational | Unknown`
[error] unsupported-operator - :635:46 - Operator `-` is unsupported between objects of type `Literal[1]` and `Rational | Unknown`

sympy/stats/tests/test_discrete_rv.py

[error] unsupported-operator - :81:9 - Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :87:26 - Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :88:19 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :88:37 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :123:27 - Operator `-` is unsupported between objects of type `Literal[1]` and `Half`
[error] unsupported-operator - :123:40 - Operator `-` is unsupported between objects of type `Literal[1]` and `Half`
[error] unsupported-operator - :132:9 - Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :202:9 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :206:37 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :207:24 - Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`

sympy/stats/tests/test_stochastic_process.py

[error] unsupported-operator - :141:39 - Operator `/` is unsupported between objects of type `ImmutableDenseMatrix` and `Literal[125]`
[error] unsupported-operator - :184:11 - Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[10]`
[error] unsupported-operator - :196:11 - Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[10]`
[error] unsupported-operator - :209:11 - Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[10]`
[error] unsupported-operator - :230:18 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :230:31 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :231:21 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :231:34 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :232:24 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :232:37 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :238:26 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :238:50 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :239:29 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :239:42 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :239:53 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :239:66 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :244:35 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :244:49 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :245:41 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :245:52 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :246:38 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :246:49 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :250:9 - Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[4]`
[error] unsupported-operator - :263:9 - Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[4]`
[error] unsupported-operator - :270:9 - Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :282:9 - Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :288:9 - Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :628:19 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :629:32 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :630:33 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :630:56 - Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :633:16 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :672:69 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :673:73 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/stats/tests/test_symbolic_multivariate.py

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

sympy/tensor/tensor.py

[error] unsupported-operator - :4129:17 - Operator `*` is unsupported between objects of type `int | Unknown` and `TensMul`

sympy/utilities/tests/test_codegen.py

[error] unsupported-operator - :524:9 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/utilities/tests/test_lambdify.py

[error] unsupported-operator - :707:23 - Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[-1]`
[error] unsupported-operator - :815:36 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :819:29 - Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/utilities/tests/test_wester.py

[error] unsupported-operator - :192:9 - Operator `+=` is unsupported between objects of type `Literal[0]` and `Rational`
[error] unsupported-operator - :201:12 - Operator `*` is unsupported between objects of type `Rational` and `Rational`
[error] unsupported-operator - :205:24 - Operator `+` is unsupported between objects of type `Literal[1]` and `Rational`
[error] unsupported-operator - :261:12 - Operator `*` is unsupported between objects of type `Literal[2]` and `Infinity`
[error] unsupported-operator - :3051:18 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3051:42 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3052:18 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3052:55 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/vector/tests/test_integrals.py

[error] unsupported-operator - :17:58 - Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :79:45 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/vector/tests/test_vector.py

[error] unsupported-operator - :41:12 - Operator `+` is unsupported between objects of type `Cross` and `Cross`