Add similarity test for square matrices #14208
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (E501):
matrix/similar_matrices.py#L93
matrix/similar_matrices.py:93:89: E501 Line too long (94 > 88)
|
|
Ruff (UP040):
matrix/similar_matrices.py#L41
matrix/similar_matrices.py:41:1: UP040 Type alias `MatrixLike` uses `TypeAlias` annotation instead of the `type` keyword
|