Skip to content

Commit

Permalink
Black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindh-krishnamoorthy committed Nov 16, 2024
1 parent e772646 commit b5cb2d9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/builtin/numbers/test_linalg.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,7 @@ def test_inverse(str_expr, str_expected, fail_msg, warnings):
(
"eigvals /. a[x_, y_] -> x+I*y",
None,
(
"{10 - 3 Sqrt[11], 10 + 3 Sqrt[11]}"
),
("{10 - 3 Sqrt[11], 10 + 3 Sqrt[11]}"),
None, # "Sympy issue #1156",
),
],
Expand Down

0 comments on commit b5cb2d9

Please sign in to comment.