Skip to content

Commit 0f33e39

Browse files
SamLubelskyoscarbenjamin
authored andcommitted
fixed trailing whitespace
1 parent cce1277 commit 0f33e39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sympy/matrices/expressions/tests/test_matexpr.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ def test_numpy_conversion():
382382
assert array_equal(array(A, copy=True), np_array)
383383
#raises(TypeError, lambda: array(A, copy=False)) TODO: Uncomment this whenever copy variable properly passes to __array__
384384

385-
386385
def test_issue_2749():
387386
A = MatrixSymbol("A", 5, 2)
388387
assert (A.T * A).I.as_explicit() == Matrix([[(A.T * A).I[0, 0], (A.T * A).I[0, 1]], \

0 commit comments

Comments
 (0)