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
See gh-16926

(cherry picked from commit 81f4a4c)
  • Loading branch information
rgommers committed Oct 4, 2022
1 parent cd3bf7f commit 40fccfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scipy/linalg/tests/test_solvers.py
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 40fccfa

Please sign in to comment.