Skip to content

Commit

Permalink
fixed trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
SamLubelsky authored and oscarbenjamin committed Apr 4, 2024
1 parent cce1277 commit 0f33e39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sympy/matrices/expressions/tests/test_matexpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ def test_numpy_conversion():
assert array_equal(array(A, copy=True), np_array)
#raises(TypeError, lambda: array(A, copy=False)) TODO: Uncomment this whenever copy variable properly passes to __array__


def test_issue_2749():
A = MatrixSymbol("A", 5, 2)
assert (A.T * A).I.as_explicit() == Matrix([[(A.T * A).I[0, 0], (A.T * A).I[0, 1]], \
Expand Down

0 comments on commit 0f33e39

Please sign in to comment.