[ty] Fix overloaded callable assignability for unary Callable targets by Hugo-Polloli · Pull Request #23277 · astral-sh/ruff (original) (raw)
mypy_primer results
Changes were detected when running on open source projects
pip (https://github.com/pypa/pip)
- src/pip/_internal/req/req_uninstall.py:132:42: error[invalid-argument-type] Argument to function
norm_joinis incorrect: Expectedstr, foundSized | Unknown
- src/pip/_internal/req/req_uninstall.py:132:42: error[invalid-argument-type] Argument to function
norm_joinis incorrect: Expectedstr, foundUnknown | Sized
- src/pip/_internal/req/req_uninstall.py:133:40: error[invalid-argument-type] Argument to function
norm_joinis incorrect: Expectedstr, foundSized | Unknown
- src/pip/_internal/req/req_uninstall.py:133:40: error[invalid-argument-type] Argument to function
norm_joinis incorrect: Expectedstr, foundUnknown | Sized
- src/pip/_internal/req/req_uninstall.py:139:27: error[unsupported-operator] Operator
+is not supported between objects of typeSized | UnknownandLiteralString
- src/pip/_internal/req/req_uninstall.py:139:27: error[unsupported-operator] Operator
+is not supported between objects of typeUnknown | SizedandLiteralString
spack (https://github.com/spack/spack)
- lib/spack/spack/detection/path.py:169:33: error[invalid-argument-type] Argument to function
dedupe_pathsis incorrect: Expectedlist[str], foundUnknown | list[bytes | PathLike[str] | PathLike[bytes] | ... omitted 3 union elements]
- lib/spack/spack/detection/path.py:169:33: error[invalid-argument-type] Argument to function
dedupe_pathsis incorrect: Expectedlist[str], foundUnknown | list[Unknown | int | str | ... omitted 3 union elements]
- lib/spack/spack/hooks/sbang.py:158:38: error[invalid-argument-type] Argument to function
copyfileobjis incorrect: ExpectedSupportsWrite[bytes | str], found_TemporaryFileWrapper[bytes] - Found 4381 diagnostics
- Found 4380 diagnostics
pylint (https://github.com/pycqa/pylint)
- pylint/checkers/refactoring/implicit_booleaness_checker.py:219:24: error[unresolved-attribute] Attribute
as_stringis not defined onstrin unionstr | Unknown
- pylint/checkers/refactoring/implicit_booleaness_checker.py:219:24: error[unresolved-attribute] Attribute
as_stringis not defined onstrin unionUnknown | str
- pylint/checkers/refactoring/implicit_booleaness_checker.py:219:62: error[unresolved-attribute] Attribute
as_stringis not defined onstrin unionstr | Unknown
- pylint/checkers/refactoring/implicit_booleaness_checker.py:219:62: error[unresolved-attribute] Attribute
as_stringis not defined onstrin unionUnknown | str
- pylint/checkers/refactoring/implicit_booleaness_checker.py:222:27: error[unresolved-attribute] Attribute
as_stringis not defined onstrin unionstr | (Unknown & ~None)
- pylint/checkers/refactoring/implicit_booleaness_checker.py:222:27: error[unresolved-attribute] Attribute
as_stringis not defined onstrin union(Unknown & ~None) | str
- pylint/checkers/refactoring/implicit_booleaness_checker.py:236:29: error[unresolved-attribute] Attribute
as_stringis not defined onstrin unionstr | Unknown
- pylint/checkers/refactoring/implicit_booleaness_checker.py:236:29: error[unresolved-attribute] Attribute
as_stringis not defined onstrin unionUnknown | str
- pylint/checkers/refactoring/implicit_booleaness_checker.py:239:29: error[unresolved-attribute] Attribute
as_stringis not defined onstrin unionstr | Unknown
- pylint/checkers/refactoring/implicit_booleaness_checker.py:239:29: error[unresolved-attribute] Attribute
as_stringis not defined onstrin unionUnknown | str
sockeye (https://github.com/awslabs/sockeye)
- sockeye/output_handler.py:254:80: error[invalid-argument-type] Argument to function
__new__is incorrect: ExpectedIterable[Unknown | list[str]], foundlist[list[str]] | None
- sockeye/output_handler.py:254:80: error[invalid-argument-type] Argument to function
__new__is incorrect: ExpectedIterable[list[str] | Unknown], foundlist[list[str]] | None
Expression (https://github.com/cognitedata/Expression)
- tests/test_compose.py:21:16: error[invalid-assignment] Object of type
(Never, /) -> Neveris not assignable to(int, /) -> int - Found 205 diagnostics
- Found 204 diagnostics
pydantic (https://github.com/pydantic/pydantic)
- pydantic/_internal/_core_metadata.py:87:54: error[invalid-assignment] Invalid assignment to key "pydantic_js_extra" with declared type
dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | ((dict[str, Divergent], type[Any], /) -> None)on TypedDictCoreMetadata: value of typedict[object, object]
- pydantic/_internal/_core_metadata.py:87:54: error[invalid-assignment] Invalid assignment to key "pydantic_js_extra" with declared type
dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | ((dict[str, int | float | str | ... omitted 3 union elements], type[Any], /) -> None)on TypedDictCoreMetadata: value of typedict[object, object]
- pydantic/fields.py:949:5: error[invalid-parameter-default] Default value of type
PydanticUndefinedTypeis not assignable to annotated parameter typedict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None
- pydantic/fields.py:949:5: error[invalid-parameter-default] Default value of type
PydanticUndefinedTypeis not assignable to annotated parameter typedict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None
- pydantic/fields.py:989:5: error[invalid-parameter-default] Default value of type
PydanticUndefinedTypeis not assignable to annotated parameter typedict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None
- pydantic/fields.py:989:5: error[invalid-parameter-default] Default value of type
PydanticUndefinedTypeis not assignable to annotated parameter typedict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None
- pydantic/fields.py:1032:5: error[invalid-parameter-default] Default value of type
PydanticUndefinedTypeis not assignable to annotated parameter typedict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None
- pydantic/fields.py:1032:5: error[invalid-parameter-default] Default value of type
PydanticUndefinedTypeis not assignable to annotated parameter typedict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None
- pydantic/fields.py:1072:5: error[invalid-parameter-default] Default value of type
PydanticUndefinedTypeis not assignable to annotated parameter typedict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None
- pydantic/fields.py:1072:5: error[invalid-parameter-default] Default value of type
PydanticUndefinedTypeis not assignable to annotated parameter typedict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None
- pydantic/fields.py:1115:5: error[invalid-parameter-default] Default value of type
PydanticUndefinedTypeis not assignable to annotated parameter typedict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None
- pydantic/fields.py:1115:5: error[invalid-parameter-default] Default value of type
PydanticUndefinedTypeis not assignable to annotated parameter typedict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None
- pydantic/fields.py:1154:5: error[invalid-parameter-default] Default value of type
PydanticUndefinedTypeis not assignable to annotated parameter typedict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None
- pydantic/fields.py:1154:5: error[invalid-parameter-default] Default value of type
PydanticUndefinedTypeis not assignable to annotated parameter typedict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None
- pydantic/fields.py:1194:5: error[invalid-parameter-default] Default value of type
PydanticUndefinedTypeis not assignable to annotated parameter typedict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None
- pydantic/fields.py:1194:5: error[invalid-parameter-default] Default value of type
PydanticUndefinedTypeis not assignable to annotated parameter typedict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None
- pydantic/fields.py:1573:13: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None, foundTop[dict[Unknown, Unknown]] | (((dict[str, Divergent], /) -> None) & ~Top[dict[Unknown, Unknown]]) | None
- pydantic/fields.py:1573:13: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None, foundTop[dict[Unknown, Unknown]] | (((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) & ~Top[dict[Unknown, Unknown]]) | None
artigraph (https://github.com/artigraph/artigraph)
- tests/arti/types/test_types.py💯51: error[invalid-argument-type] Argument is incorrect: Expected
frozenset[Any], foundfrozenset[float | Unknown | int] | list[Unknown | int | float] | tuple[float | Unknown | int, ...]
- tests/arti/types/test_types.py💯51: error[invalid-argument-type] Argument is incorrect: Expected
frozenset[Any], foundfrozenset[float | Unknown | int] | list[int | Unknown | float] | tuple[float | Unknown | int, ...]
cloud-init (https://github.com/canonical/cloud-init)
- tests/unittests/distros/test_user_data_normalize.py:24:31: error[invalid-argument-type] Argument to bound method
__init__is incorrect: Expecteddict[Unknown, Unknown], foundUnknown | bool | list[Unknown] | ... omitted 3 union elements
- tests/unittests/distros/test_user_data_normalize.py:24:31: error[invalid-argument-type] Argument to bound method
__init__is incorrect: Expecteddict[Unknown, Unknown], foundUnknown | dict[Unknown | str, Unknown | str] | str | ... omitted 3 union elements
- tests/unittests/sources/test_gce.py:71:31: error[invalid-argument-type] Argument to bound method
__init__is incorrect: Expecteddict[Unknown, Unknown], foundUnknown | bool | list[Unknown] | ... omitted 3 union elements
- tests/unittests/sources/test_gce.py:71:31: error[invalid-argument-type] Argument to bound method
__init__is incorrect: Expecteddict[Unknown, Unknown], foundUnknown | dict[Unknown | str, Unknown | str] | str | ... omitted 3 union elements
scikit-build-core (https://github.com/scikit-build/scikit-build-core)
- src/scikit_build_core/build/wheel.py:99:20: error[no-matching-overload] No overload of bound method
__init__matches arguments - Found 58 diagnostics
- Found 57 diagnostics
prefect (https://github.com/PrefectHQ/prefect)
- src/prefect/input/run_input.py:672:20: error[invalid-return-type] Return type does not match returned value: expected
T@GetAutomaticInputHandler | AutomaticRunInput[T@GetAutomaticInputHandler], foundT@GetAutomaticInputHandler | AutomaticRunInput[T@GetAutomaticInputHandler] | Coroutine[Any, Any, T@GetAutomaticInputHandler | AutomaticRunInput[T@GetAutomaticInputHandler]]
- src/prefect/input/run_input.py:672:20: error[invalid-return-type] Return type does not match returned value: expected
T@GetAutomaticInputHandler | AutomaticRunInput[T@GetAutomaticInputHandler], foundUnknown | Coroutine[Any, Any, Unknown]
dd-trace-py (https://github.com/DataDog/dd-trace-py)
- tests/tracer/test_span.py:193:29: error[invalid-argument-type] Argument to bound method
set_metricis incorrect: Expectedint | float, foundstr | Unknown | None | ... omitted 6 union elements
- tests/tracer/test_span.py:193:29: error[invalid-argument-type] Argument to bound method
set_metricis incorrect: Expectedint | float, foundint | float | complex | ... omitted 6 union elements
ibis (https://github.com/ibis-project/ibis)
- ibis/backends/tests/tpc/ds/test_queries.py:2158:33: error[invalid-argument-type] Argument to function
__new__is incorrect: Expected(int | slice[int | None, int | None, int | None], /) -> Sequence[str], foundOverload[(index: int) -> str, (index: slice[int | None, int | None, int | None]) -> Sequence[str]]
- ibis/backends/tests/tpc/ds/test_queries.py:2155:20: error[unresolved-attribute] Object of type
Sequence[str]has no attributelower
pywin32 (https://github.com/mhammond/pywin32)
- win32/Lib/win32timezone.py:677:9: error[invalid-method-override] Invalid override of method
tzname: Definition is incompatible withtzinfo.tzname - win32/Lib/win32timezone.py:732:9: error[invalid-method-override] Invalid override of method
utcoffset: Definition is incompatible withtzinfo.utcoffset - win32/Lib/win32timezone.py:743:9: error[invalid-method-override] Invalid override of method
dst: Definition is incompatible withtzinfo.dst - Found 2734 diagnostics
- Found 2731 diagnostics
materialize (https://github.com/MaterializeInc/materialize)
- misc/python/materialize/cli/mz_workload_anonymize.py:251:13: error[no-matching-overload] No overload of bound method
joinmatches arguments - Found 530 diagnostics
- Found 529 diagnostics
sympy (https://github.com/sympy/sympy)
- sympy/algebras/tests/test_quaternion.py:76:10: error[not-subscriptable] Cannot subscript object of type
T2'return@call_highest_prioritywith no__getitem__method - sympy/algebras/tests/test_quaternion.py:76:10: error[not-subscriptable] Cannot subscript object of type
T1'return@call_highest_prioritywith no__getitem__method - sympy/algebras/tests/test_quaternion.py:423:33: error[unsupported-operator] Operator
-is not supported between two objects of typeMutableDenseMatrix - sympy/codegen/tests/test_matrix_nodes.py:28:21: error[unsupported-operator] Operator
-is not supported between two objects of typeMutableDenseMatrix - sympy/geometry/point.py:1296:25: error[unresolved-attribute] Attribute
tolistis not defined onT2'return@call_highest_priority,T1'return@call_highest_priority,Exprin unionT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr
- sympy/geometry/point.py:1296:25: error[unresolved-attribute] Attribute
tolistis not defined onExprin unionMatrixBase | Expr
- sympy/geometry/tests/test_util.py:129:55: error[invalid-argument-type] Argument to function
subsetsis incorrect: ExpectedSequence[Unknown], foundset[Unknown | Point2D]
- sympy/geometry/tests/test_util.py:129:55: error[invalid-argument-type] Argument to function
subsetsis incorrect: ExpectedSequence[Unknown], foundset[Point2D | Unknown]
- sympy/integrals/tests/test_heurisch.py:390:17: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix
- sympy/integrals/tests/test_heurisch.py:391:26: error[not-subscriptable] Cannot subscript object of type
Exprwith no__getitem__method - sympy/matrices/decompositions.py:1321:16: error[unresolved-attribute] Attribute
diagonalizeis not defined onExprin unionMatrixBase | Expr - sympy/matrices/decompositions.py:1336:16: error[unresolved-attribute] Attribute
diagonalizeis not defined onExprin unionMatrixBase | Expr
- sympy/matrices/decompositions.py:1321:16: error[unresolved-attribute] Attribute
diagonalizeis not defined onT2'return@call_highest_priority,T1'return@call_highest_priority,Exprin unionT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr - sympy/matrices/decompositions.py:1334:13: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMatrixBase - sympy/matrices/decompositions.py:1336:16: error[unresolved-attribute] Attribute
diagonalizeis not defined onT2'return@call_highest_priority,T1'return@call_highest_priority,Exprin unionT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr - sympy/matrices/decompositions.py:1348:13: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMatrixBase - sympy/matrices/decompositions.py:1350:12: error[invalid-return-type] Return type does not match returned value: expected
tuple[Tmat@_singular_value_decomposition, Tmat@_singular_value_decomposition, Tmat@_singular_value_decomposition], foundtuple[Unknown | MatrixBase, MatrixBase, MatrixBase | Unknown]
- sympy/matrices/decompositions.py:1350:12: error[invalid-return-type] Return type does not match returned value: expected
tuple[Tmat@_singular_value_decomposition, Tmat@_singular_value_decomposition, Tmat@_singular_value_decomposition], foundtuple[MatrixBase | Expr | Unknown, MatrixBase, MatrixBase | Expr | Unknown]
- sympy/matrices/eigen.py:328:22: error[invalid-argument-type] Argument to bound method
_as_typeis incorrect: ExpectedMatrixBase, foundT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown - sympy/matrices/eigen.py:1202:37: error[unresolved-attribute] Object of type
T2'return@call_highest_priority | T1'return@call_highest_priorityhas no attributepow - sympy/matrices/expressions/hadamard.py:82:22: error[invalid-argument-type] Argument to function
validate_matadd_integeris incorrect: ExpectedMatrixExpr, foundAny | Basic | int | float | complex
- sympy/matrices/expressions/hadamard.py:82:22: error[invalid-argument-type] Argument to function
validate_matadd_integeris incorrect: ExpectedMatrixExpr, foundint | Any | Basic | float | complex
- sympy/matrices/expressions/kronecker.py:110:16: error[unresolved-attribute] Attribute
is_Identityis not defined onBasic,int,float,complexin unionAny | Basic | int | float | complex
- sympy/matrices/expressions/kronecker.py:110:16: error[unresolved-attribute] Attribute
is_Identityis not defined onint,Basic,float,complexin unionint | Any | Basic | float | complex
- sympy/matrices/expressions/kronecker.py:111:33: error[unresolved-attribute] Attribute
rowsis not defined onBasic,int,float,complexin unionAny | Basic | int | float | complex
- sympy/matrices/expressions/kronecker.py:111:33: error[unresolved-attribute] Attribute
rowsis not defined onint,Basic,float,complexin unionint | Any | Basic | float | complex
- sympy/matrices/expressions/matadd.py:61:22: error[invalid-argument-type] Argument to function
validate_matadd_integeris incorrect: ExpectedMatrixExpr, foundUnknown | Basic | int | float | complex
- sympy/matrices/expressions/matadd.py:61:22: error[invalid-argument-type] Argument to function
validate_matadd_integeris incorrect: ExpectedMatrixExpr, foundUnknown | int | Basic | float | complex
- sympy/matrices/expressions/tests/test_blockmatrix.py:236:13: error[unsupported-operator] Operator
+is not supported between two objects of typeMutableDenseMatrix - sympy/matrices/expressions/tests/test_blockmatrix.py:236:33: error[unsupported-operator] Operator
+is not supported between two objects of typeMutableDenseMatrix - sympy/matrices/expressions/tests/test_blockmatrix.py:236:53: error[unsupported-operator] Operator
+is not supported between two objects of typeMutableDenseMatrix - sympy/matrices/expressions/tests/test_blockmatrix.py:460:12: error[unsupported-operator] Operator
-is not supported between two objects of typeMutableDenseMatrix - sympy/matrices/expressions/tests/test_derivatives.py:552:26: error[unsupported-operator] Operator
+is not supported between two objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr - sympy/matrices/expressions/tests/test_matadd.py:37:12: error[unsupported-operator] Operator
+is not supported between objects of typeMatrixBaseandT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr
- sympy/matrices/expressions/tests/test_matmul.py:159:68: error[unresolved-attribute] Attribute
as_explicitis not defined onExprin unionMatrixBase | Expr - sympy/matrices/expressions/tests/test_permutation.py:28:12: error[unresolved-attribute] Attribute
as_explicitis not defined onExprin unionMatrixBase | Expr
- sympy/matrices/expressions/tests/test_matmul.py:159:68: error[unresolved-attribute] Attribute
as_explicitis not defined onT2'return@call_highest_priority,T1'return@call_highest_priority,Exprin unionT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr - sympy/matrices/expressions/tests/test_matpow.py:124:46: error[unsupported-operator] Operator
**is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandLiteral[2] - sympy/matrices/expressions/tests/test_matpow.py:125:47: error[unsupported-operator] Operator
+is not supported between two objects of typeImmutableDenseMatrix - sympy/matrices/expressions/tests/test_permutation.py:28:12: error[unresolved-attribute] Attribute
as_explicitis not defined onT2'return@call_highest_priority,T1'return@call_highest_priority,Exprin unionT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr - sympy/matrices/inverse.py:384:11: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMatrixBase - sympy/matrices/inverse.py:392:11: error[unsupported-operator] Unary operator
-is not supported for object of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr - sympy/matrices/inverse.py:393:19: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMatrixBase | Expr - sympy/matrices/inverse.py:393:22: error[unsupported-operator] Unary operator
-is not supported for object of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr - sympy/matrices/matrixbase.py:979:18: error[unsupported-operator] Operator
+is not supported between two objects of typeSelf@_eval_wilkinson - sympy/matrices/matrixbase.py:2955:13: error[unsupported-operator] Operator
*=is not supported between objects of typeT2'return@call_highest_priorityandSelf@_eval_pow_by_cayley - sympy/matrices/matrixbase.py:2955:13: error[unsupported-operator] Operator
*=is not supported between objects of typeT1'return@call_highest_priorityandSelf@_eval_pow_by_cayley - sympy/matrices/matrixbase.py:2957:16: error[invalid-return-type] Return type does not match returned value: expected
Self@_eval_pow_by_cayley, foundSelf@_eval_pow_by_cayley | T2'return@call_highest_priority | T1'return@call_highest_priority | Unknown - sympy/matrices/matrixbase.py:3046:5: error[invalid-argument-type] Argument is incorrect: Expected
(T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr, T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr, /) -> T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr, foundOverload[[Self](self, other: Self) -> Self, (self, other: MatrixBase) -> MatrixBase, (self, other: Expr) -> MatrixBase]
- sympy/matrices/matrixbase.py:3046:5: error[invalid-argument-type] Argument is incorrect: Expected
(MatrixBase, MatrixBase | Expr, /) -> MatrixBase | Expr, foundOverload[[Self](self, other: Self) -> Self, (self, other: MatrixBase) -> MatrixBase, (self, other: Expr) -> MatrixBase]
- sympy/matrices/matrixbase.py:3256:16: error[invalid-return-type] Return type does not match returned value: expected
MatrixBase, foundT2'return@call_highest_priority | T1'return@call_highest_priority - sympy/matrices/matrixbase.py:3256:29: error[invalid-argument-type] Argument is incorrect: Expected
T2'return@call_highest_priority | T1'return@call_highest_priority, foundMatrixBase - sympy/matrices/matrixbase.py:3310:16: error[unsupported-operator] Operator
+is not supported between two objects of typeMatrixBase - sympy/matrices/matrixbase.py:3314:16: error[invalid-return-type] Return type does not match returned value: expected
Tmat@__sub__, foundMatrixBase - sympy/matrices/matrixbase.py:3944:39: error[not-subscriptable] Cannot subscript object of type
T2'return@call_highest_prioritywith no__getitem__method - sympy/matrices/matrixbase.py:3944:39: error[not-subscriptable] Cannot subscript object of type
T1'return@call_highest_prioritywith no__getitem__method - sympy/matrices/matrixbase.py:4386:16: error[unsupported-operator] Operator
+is not supported between two objects of typeSelf@add - sympy/matrices/matrixbase.py:4640:16: error[invalid-return-type] Return type does not match returned value: expected
Self@D, foundT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr
- sympy/matrices/matrixbase.py:4640:16: error[invalid-return-type] Return type does not match returned value: expected
Self@D, foundMatrixBase | Expr
- sympy/matrices/matrixbase.py:4748:16: error[not-subscriptable] Cannot subscript object of type
T2'return@call_highest_prioritywith no__getitem__method - sympy/matrices/matrixbase.py:4748:16: error[not-subscriptable] Cannot subscript object of type
T1'return@call_highest_prioritywith no__getitem__method - sympy/matrices/matrixbase.py:4922:13: error[unsupported-operator] Operator
*=is not supported between objects of typeT2'return@call_highest_priorityandSelf@analytic_func - sympy/matrices/matrixbase.py:4922:13: error[unsupported-operator] Operator
*=is not supported between objects of typeT1'return@call_highest_priorityandSelf@analytic_func - sympy/matrices/matrixbase.py:4923:16: error[invalid-return-type] Return type does not match returned value: expected
Self@analytic_func, foundSelf@analytic_func | T2'return@call_highest_priority | T1'return@call_highest_priority | Unknown - sympy/matrices/matrixbase.py:5073:28: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandSelf@log - sympy/matrices/matrixbase.py:5076:19: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandSelf@log
- sympy/matrices/matrixbase.py:5073:28: error[invalid-argument-type] Argument is incorrect: Expected
Self@log, foundMatrixBase | Expr | Unknown - sympy/matrices/matrixbase.py:5078:16: error[invalid-return-type] Return type does not match returned value: expected
Self@log, foundMatrixBase | Expr | Unknown
- sympy/matrices/repmatrix.py:321:17: error[unsupported-operator] Operator
-is not supported between two objects of typeSelf@_eval_is_symmetric - sympy/matrices/solvers.py:637:27: error[invalid-argument-type] Argument to bound method
vstackis incorrect: Argument typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknowndoes not satisfy upper boundMatrixBaseof type variableSelf - sympy/matrices/solvers.py:637:27: error[invalid-argument-type] Argument to bound method
vstackis incorrect: ExpectedTmat@_gauss_jordan_solve, foundT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown - sympy/matrices/solvers.py:741:12: error[invalid-return-type] Return type does not match returned value: expected
Tmat@_pinv_solve, foundT2'return@call_highest_priority | T1'return@call_highest_priority - sympy/matrices/solvers.py:976:16: error[unresolved-attribute] Attribute
solveis not defined onT2'return@call_highest_priority,T1'return@call_highest_priority,Exprin unionT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr
- sympy/matrices/solvers.py:976:16: error[unresolved-attribute] Attribute
solveis not defined onExprin unionMatrixBase | Expr
- sympy/matrices/solvers.py:976:30: error[invalid-argument-type] Argument to bound method
solveis incorrect: Argument typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Exprdoes not satisfy upper boundMatrixBaseof type variableSelf
- sympy/matrices/solvers.py:976:30: error[invalid-argument-type] Argument to bound method
solveis incorrect: Argument typeMatrixBase | Exprdoes not satisfy upper boundMatrixBaseof type variableSelf
- sympy/matrices/solvers.py:976:30: error[invalid-argument-type] Argument to bound method
solveis incorrect: ExpectedMatrixBase, foundT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr
- sympy/matrices/solvers.py:976:30: error[invalid-argument-type] Argument to bound method
solveis incorrect: ExpectedMatrixBase, foundMatrixBase | Expr
- sympy/matrices/sparse.py:418:16: error[unresolved-attribute] Attribute
invis not defined onT2'return@call_highest_priority,T1'return@call_highest_priority,Exprin unionT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr
- sympy/matrices/sparse.py:418:16: error[unresolved-attribute] Attribute
invis not defined onExprin unionMatrixBase | Expr
- sympy/matrices/tests/test_commonmatrix.py:1250:31: error[unsupported-operator] Operator
+is not supported between objects of typeMutableDenseMatrixandImmutableDenseNDimArray - sympy/matrices/tests/test_decompositions.py:24:12: error[unresolved-attribute] Attribute
permute_rowsis not defined onT2'return@call_highest_priority,T1'return@call_highest_priority,Exprin unionT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr
- sympy/matrices/tests/test_decompositions.py:24:12: error[unresolved-attribute] Attribute
permute_rowsis not defined onExprin unionMatrixBase | Expr
- sympy/matrices/tests/test_decompositions.py:33:12: error[unresolved-attribute] Attribute
permute_rowsis not defined onT2'return@call_highest_priority,T1'return@call_highest_priority,Exprin unionT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr
- sympy/matrices/tests/test_decompositions.py:33:12: error[unresolved-attribute] Attribute
permute_rowsis not defined onExprin unionMatrixBase | Expr
- sympy/matrices/tests/test_decompositions.py:43:12: error[unresolved-attribute] Attribute
permute_rowsis not defined onT2'return@call_highest_priority,T1'return@call_highest_priority,Exprin unionT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr
- sympy/matrices/tests/test_decompositions.py:43:12: error[unresolved-attribute] Attribute
permute_rowsis not defined onExprin unionMatrixBase | Expr
- sympy/matrices/tests/test_decompositions.py:52:12: error[unresolved-attribute] Attribute
permute_rowsis not defined onT2'return@call_highest_priority,T1'return@call_highest_priority,Exprin unionT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr
- sympy/matrices/tests/test_decompositions.py:52:12: error[unresolved-attribute] Attribute
permute_rowsis not defined onExprin unionMatrixBase | Expr
- sympy/matrices/tests/test_decompositions.py:58:12: error[unresolved-attribute] Attribute
permute_rowsis not defined onT2'return@call_highest_priority,T1'return@call_highest_priority,Exprin unionT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr
- sympy/matrices/tests/test_decompositions.py:58:12: error[unresolved-attribute] Attribute
permute_rowsis not defined onExprin unionMatrixBase | Expr
- sympy/matrices/tests/test_decompositions.py:78:19: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix - sympy/matrices/tests/test_decompositions.py:85:19: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix - sympy/matrices/tests/test_decompositions.py:91:19: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix - sympy/matrices/tests/test_decompositions.py:104:12: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix - sympy/matrices/tests/test_decompositions.py:111:12: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix - sympy/matrices/tests/test_decompositions.py:124:12: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix - sympy/matrices/tests/test_decompositions.py:132:21: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix
- sympy/matrices/tests/test_decompositions.py:132:12: error[no-matching-overload] No overload of function
simplifymatches arguments
- sympy/matrices/tests/test_decompositions.py:289:10: error[unresolved-attribute] Attribute
applyfuncis not defined onT2'return@call_highest_priority,T1'return@call_highest_priority,Exprin unionT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr
- sympy/matrices/tests/test_decompositions.py:289:10: error[unresolved-attribute] Attribute
applyfuncis not defined onExprin unionMatrixBase | Expr - sympy/matrices/tests/test_decompositions.py:394:16: error[no-matching-overload] No overload of function
simplifymatches arguments - sympy/matrices/tests/test_decompositions.py:395:16: error[no-matching-overload] No overload of function
simplifymatches arguments
- sympy/matrices/tests/test_decompositions.py:291:13: error[unsupported-operator] Operator
-is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix - sympy/matrices/tests/test_decompositions.py:346:12: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix - sympy/matrices/tests/test_decompositions.py:349:12: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix - sympy/matrices/tests/test_decompositions.py:356:23: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix - sympy/matrices/tests/test_decompositions.py:394:25: error[unsupported-operator] Operator
*is not supported between objects of typeUnknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandUnknown | MutableDenseMatrix - sympy/matrices/tests/test_decompositions.py:395:25: error[unsupported-operator] Operator
*is not supported between objects of typeUnknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandUnknown | MutableDenseMatrix - sympy/matrices/tests/test_decompositions.py:396:16: error[unresolved-attribute] Attribute
His not defined onT2'return@call_highest_priority,T1'return@call_highest_priority,Exprin unionUnknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr
- sympy/matrices/tests/test_decompositions.py:396:16: error[unresolved-attribute] Attribute
His not defined onExprin unionUnknown | MatrixBase | Expr
- sympy/matrices/tests/test_decompositions.py:397:16: error[unresolved-attribute] Attribute
His not defined onT2'return@call_highest_priority,T1'return@call_highest_priority,Exprin unionUnknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr
- sympy/matrices/tests/test_decompositions.py:397:16: error[unresolved-attribute] Attribute
His not defined onExprin unionUnknown | MatrixBase | Expr
- sympy/matrices/tests/test_decompositions.py:440:22: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix
- sympy/matrices/tests/test_decompositions.py:440:13: error[no-matching-overload] No overload of function
simplifymatches arguments
- sympy/matrices/tests/test_decompositions.py:452:21: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix
- sympy/matrices/tests/test_decompositions.py:452:12: error[no-matching-overload] No overload of function
simplifymatches arguments
- sympy/matrices/tests/test_decompositions.py:465:21: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix
- sympy/matrices/tests/test_decompositions.py:465:12: error[no-matching-overload] No overload of function
simplifymatches arguments
- sympy/matrices/tests/test_decompositions.py:476:21: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix
- sympy/matrices/tests/test_decompositions.py:476:12: error[no-matching-overload] No overload of function
simplifymatches arguments
- sympy/matrices/tests/test_decompositions.py:489:21: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix
- sympy/matrices/tests/test_decompositions.py:489:12: error[no-matching-overload] No overload of function
simplifymatches arguments - sympy/matrices/tests/test_eigen.py:478:12: error[no-matching-overload] No overload of function
simplifymatches arguments - sympy/matrices/tests/test_eigen.py:493:12: error[unresolved-attribute] Attribute
applyfuncis not defined onExprin unionMatrixBase | Expr | Unknown
- sympy/matrices/tests/test_eigen.py:258:16: error[unresolved-attribute] Attribute
nis not defined onT2'return@call_highest_priority,T1'return@call_highest_priorityin unionT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr - sympy/matrices/tests/test_eigen.py:307:14: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandImmutableDenseMatrix - sympy/matrices/tests/test_eigen.py:308:14: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix - sympy/matrices/tests/test_eigen.py:323:15: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandImmutableDenseMatrix - sympy/matrices/tests/test_eigen.py:324:15: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix - sympy/matrices/tests/test_eigen.py:365:14: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandImmutableDenseMatrix - sympy/matrices/tests/test_eigen.py:366:14: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix - sympy/matrices/tests/test_eigen.py:381:15: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandImmutableDenseMatrix - sympy/matrices/tests/test_eigen.py:382:15: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix - sympy/matrices/tests/test_eigen.py:406:12: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix - sympy/matrices/tests/test_eigen.py:478:21: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix - sympy/matrices/tests/test_eigen.py:493:13: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix - sympy/matrices/tests/test_eigen.py:794:19: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix - sympy/matrices/tests/test_immutable.py:106:23: error[unsupported-operator] Operator
+is not supported between two objects of typeImmutableDenseMatrix - sympy/matrices/tests/test_matrices.py:122:12: error[unsupported-operator] Operator
+is not supported between two objects of typeMutableDenseMatrix - sympy/matrices/tests/test_matrices.py:124:32: error[unsupported-operator] Operator
+is not supported between two objects of typeMutableDenseMatrix - sympy/matrices/tests/test_matrices.py:142:12: error[unsupported-operator] Operator
+is not supported between two objects of typeMutableDenseMatrix - sympy/matrices/tests/test_matrices.py:202:12: error[not-subscriptable] Cannot subscript object of type
T2'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrices.py:202:12: error[not-subscriptable] Cannot subscript object of type
T1'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrices.py:203:12: error[not-subscriptable] Cannot subscript object of type
T2'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrices.py:203:12: error[not-subscriptable] Cannot subscript object of type
T1'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrices.py:204:12: error[not-subscriptable] Cannot subscript object of type
T2'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrices.py:204:12: error[not-subscriptable] Cannot subscript object of type
T1'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrices.py:205:12: error[not-subscriptable] Cannot subscript object of type
T2'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrices.py:205:12: error[not-subscriptable] Cannot subscript object of type
T1'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrices.py:206:12: error[not-subscriptable] Cannot subscript object of type
T2'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrices.py:206:12: error[not-subscriptable] Cannot subscript object of type
T1'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrices.py:207:12: error[not-subscriptable] Cannot subscript object of type
T2'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrices.py:207:12: error[not-subscriptable] Cannot subscript object of type
T1'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrices.py:214:16: error[not-subscriptable] Cannot subscript object of type
T2'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrices.py:214:16: error[not-subscriptable] Cannot subscript object of type
T1'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrices.py:215:16: error[not-subscriptable] Cannot subscript object of type
T1'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrices.py:215:16: error[not-subscriptable] Cannot subscript object of type
T2'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrices.py:216:16: error[not-subscriptable] Cannot subscript object of type
T2'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrices.py:216:16: error[not-subscriptable] Cannot subscript object of type
T1'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrices.py:217:16: error[not-subscriptable] Cannot subscript object of type
T2'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrices.py:217:16: error[not-subscriptable] Cannot subscript object of type
T1'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrices.py:218:16: error[not-subscriptable] Cannot subscript object of type
T2'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrices.py:218:16: error[not-subscriptable] Cannot subscript object of type
T1'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrices.py:219:16: error[not-subscriptable] Cannot subscript object of type
T2'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrices.py:219:16: error[not-subscriptable] Cannot subscript object of type
T1'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrices.py:222:40: error[invalid-argument-type] Argument to bound method
multiply_elementwiseis incorrect: ExpectedMatrixBase, foundT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr
- sympy/matrices/tests/test_matrices.py:222:40: error[invalid-argument-type] Argument to bound method
multiply_elementwiseis incorrect: ExpectedMatrixBase, foundMatrixBase | Expr
- sympy/matrices/tests/test_matrices.py:395:16: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix
- sympy/matrices/tests/test_matrices.py:1740:12: error[no-matching-overload] No overload of function
simplifymatches arguments
- sympy/matrices/tests/test_matrices.py:1582:12: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix - sympy/matrices/tests/test_matrices.py:1588:12: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix - sympy/matrices/tests/test_matrices.py:1595:12: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix - sympy/matrices/tests/test_matrices.py:1600:12: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix - sympy/matrices/tests/test_matrices.py:1608:12: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix - sympy/matrices/tests/test_matrices.py:1617:12: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix - sympy/matrices/tests/test_matrices.py:1740:21: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix - sympy/matrices/tests/test_matrices.py:2180:22: error[unsupported-operator] Operator
+is not supported between two objects of typeUnknown | MutableDenseMatrix - sympy/matrices/tests/test_matrices.py:2208:26: error[unsupported-operator] Operator
+is not supported between two objects of typeUnknown | MutableDenseMatrix - sympy/matrices/tests/test_matrices.py:2558:12: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix - sympy/matrices/tests/test_matrices.py:2681:25: error[unsupported-operator] Operator
*is not supported between objects of typeUnknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandUnknown | MutableDenseMatrix - sympy/matrices/tests/test_matrices.py:2682:25: error[unsupported-operator] Operator
*is not supported between objects of typeUnknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandUnknown | MutableDenseMatrix
- sympy/matrices/tests/test_matrices.py:2681:16: error[no-matching-overload] No overload of function
simplifymatches arguments - sympy/matrices/tests/test_matrices.py:2682:16: error[no-matching-overload] No overload of function
simplifymatches arguments
- sympy/matrices/tests/test_matrices.py:2683:16: error[unresolved-attribute] Attribute
His not defined onT2'return@call_highest_priority,T1'return@call_highest_priority,Exprin unionUnknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr
- sympy/matrices/tests/test_matrices.py:2683:16: error[unresolved-attribute] Attribute
His not defined onExprin unionUnknown | MatrixBase | Expr
- sympy/matrices/tests/test_matrices.py:2684:16: error[unresolved-attribute] Attribute
His not defined onT2'return@call_highest_priority,T1'return@call_highest_priority,Exprin unionUnknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr
- sympy/matrices/tests/test_matrices.py:2684:16: error[unresolved-attribute] Attribute
His not defined onExprin unionUnknown | MatrixBase | Expr
- sympy/matrices/tests/test_matrices.py:2729:16: error[unresolved-attribute] Attribute
His not defined onT2'return@call_highest_priority,T1'return@call_highest_priority,Exprin unionUnknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr
- sympy/matrices/tests/test_matrices.py:2729:16: error[unresolved-attribute] Attribute
His not defined onExprin unionUnknown | MatrixBase | Expr
- sympy/matrices/tests/test_matrices.py:2747:25: error[unresolved-attribute] Attribute
His not defined onT2'return@call_highest_priority,T1'return@call_highest_priority,Exprin unionUnknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr
- sympy/matrices/tests/test_matrices.py:2747:25: error[unresolved-attribute] Attribute
His not defined onExprin unionUnknown | MatrixBase | Expr
- sympy/matrices/tests/test_matrices.py:2909:21: error[unsupported-operator] Operator
-is not supported between two objects of typeMutableDenseMatrix - sympy/matrices/tests/test_matrices.py:2922:13: error[unsupported-operator] Operator
-is not supported between two objects of typeMutableDenseMatrix - sympy/matrices/tests/test_matrices.py:2937:13: error[unsupported-operator] Operator
-is not supported between two objects of typeMutableDenseMatrix - sympy/matrices/tests/test_matrices.py:2938:13: error[unsupported-operator] Operator
-is not supported between two objects of typeMutableDenseMatrix - sympy/matrices/tests/test_matrices.py:2949:14: error[unsupported-operator] Operator
-is not supported between two objects of typeMutableDenseMatrix - sympy/matrices/tests/test_matrices.py:3056:33: error[unresolved-attribute] Attribute
analytic_funcis not defined onT2'return@call_highest_priority,T1'return@call_highest_priority,Exprin unionT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr
- sympy/matrices/tests/test_matrices.py:3056:33: error[unresolved-attribute] Attribute
analytic_funcis not defined onExprin unionMatrixBase | Expr
- sympy/matrices/tests/test_matrices.py:3072:60: error[unresolved-attribute] Attribute
expis not defined onT2'return@call_highest_priority,T1'return@call_highest_priority,Exprin unionT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr
- sympy/matrices/tests/test_matrices.py:3072:60: error[unresolved-attribute] Attribute
expis not defined onExprin unionMatrixBase | Expr
- sympy/matrices/tests/test_matrices.py:3472:21: error[unsupported-operator] Operator
-is not supported between two objects of typeMutableDenseMatrix - sympy/matrices/tests/test_matrices.py:3478:12: error[unresolved-attribute] Attribute
rankis not defined onT2'return@call_highest_priority,T1'return@call_highest_priorityin unionT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown - sympy/matrices/tests/test_matrices.py:3479:13: error[unsupported-operator] Operator
**is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | UnknownandLiteral[2] - sympy/matrices/tests/test_matrices.py:3480:13: error[unsupported-operator] Operator
**is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | UnknownandLiteral[3] - sympy/matrices/tests/test_matrixbase.py:492:12: error[unsupported-operator] Operator
+is not supported between two objects of typeMutableDenseMatrix - sympy/matrices/tests/test_matrixbase.py:494:32: error[unsupported-operator] Operator
+is not supported between two objects of typeMutableDenseMatrix - sympy/matrices/tests/test_matrixbase.py:545:12: error[unsupported-operator] Operator
-is not supported between two objects of typeMutableDenseMatrix - sympy/matrices/tests/test_matrixbase.py:824:31: error[unsupported-operator] Operator
+is not supported between objects of typeMutableDenseMatrixandImmutableDenseNDimArray - sympy/matrices/tests/test_matrixbase.py:877:12: error[unsupported-operator] Operator
+is not supported between two objects of typeMutableDenseMatrix - sympy/matrices/tests/test_matrixbase.py:879:32: error[unsupported-operator] Operator
+is not supported between two objects of typeMutableDenseMatrix - sympy/matrices/tests/test_matrixbase.py:901:12: error[unsupported-operator] Operator
+is not supported between two objects of typeMutableDenseMatrix - sympy/matrices/tests/test_matrixbase.py:964:12: error[not-subscriptable] Cannot subscript object of type
T2'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrixbase.py:964:12: error[not-subscriptable] Cannot subscript object of type
T1'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrixbase.py:965:12: error[not-subscriptable] Cannot subscript object of type
T2'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrixbase.py:965:12: error[not-subscriptable] Cannot subscript object of type
T1'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrixbase.py:966:12: error[not-subscriptable] Cannot subscript object of type
T2'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrixbase.py:966:12: error[not-subscriptable] Cannot subscript object of type
T1'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrixbase.py:967:12: error[not-subscriptable] Cannot subscript object of type
T2'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrixbase.py:967:12: error[not-subscriptable] Cannot subscript object of type
T1'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrixbase.py:968:12: error[not-subscriptable] Cannot subscript object of type
T1'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrixbase.py:968:12: error[not-subscriptable] Cannot subscript object of type
T2'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrixbase.py:969:12: error[not-subscriptable] Cannot subscript object of type
T2'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrixbase.py:969:12: error[not-subscriptable] Cannot subscript object of type
T1'return@call_highest_prioritywith no__getitem__method - sympy/matrices/tests/test_matrixbase.py:1149:16: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix
- sympy/matrices/tests/test_matrixbase.py:2498:12: error[no-matching-overload] No overload of function
simplifymatches arguments
- sympy/matrices/tests/test_matrixbase.py:2340:12: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix - sympy/matrices/tests/test_matrixbase.py:2346:12: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix - sympy/matrices/tests/test_matrixbase.py:2353:12: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix - sympy/matrices/tests/test_matrixbase.py:2358:12: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix - sympy/matrices/tests/test_matrixbase.py:2366:12: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix - sympy/matrices/tests/test_matrixbase.py:2375:12: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix - sympy/matrices/tests/test_matrixbase.py:2498:21: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix - sympy/matrices/tests/test_matrixbase.py:2932:22: error[unsupported-operator] Operator
+is not supported between two objects of typeUnknown | MutableDenseMatrix - sympy/matrices/tests/test_matrixbase.py:2960:26: error[unsupported-operator] Operator
+is not supported between two objects of typeUnknown | MutableDenseMatrix - sympy/matrices/tests/test_matrixbase.py:3289:12: error[unsupported-operator] Operator
*is not supported between objects of typeT2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | ExprandMutableDenseMatrix - sympy/matrices/tests/test_matrixbase.py:3385:25: error[unsupported-operator] Operator
*is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr
... (truncated 298 lines) ...