Skip to content

Commit

Permalink
TST: mark one linalg.solve_discrete_are as knownfail
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Sep 20, 2022
1 parent afa481e commit 81f4a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scipy/linalg/tests/test_solvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ def test_solve_discrete_are():
np.eye(3),
1e6 * np.eye(3),
1e6 * np.eye(3),
None),
"Issue with OpenBLAS, see gh-16926"),
# TEST CASE 17 : darex #14
(np.array([[1 - 1/1e8, 0, 0, 0],
[1, 0, 0, 0],
Expand Down

0 comments on commit 81f4a4c

Please sign in to comment.