Skip to content

Commit c67e4dc

Browse files
committed
Fix typo
Signed-off-by: Connor Behan <[email protected]>
1 parent 05ee644 commit c67e4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symengine/tests/test_matrices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ def test_QR():
358358
Q, R = A.QR()
359359

360360
assert Q == DenseMatrix(3, 3, [Rational(6, 7), Rational(-69, 175),
361-
Rational-58, 175), Rational(3, 7),
361+
Rational(-58, 175), Rational(3, 7),
362362
Rational(158, 175), Rational(6, 175),
363363
Rational(-2, 7), Rational(6, 35),
364364
Rational(-33, 35)])

0 commit comments

Comments
 (0)