Skip to content

Commit

Permalink
TST: PR 18697 revisions
Browse files Browse the repository at this point in the history
* add a general `xfail` to `test_maxiter_worsening()`
based on reviewer feedback--this test has just been causing
way too many problems for us
  • Loading branch information
tylerjereddy committed Jun 22, 2023
1 parent f1eeb7c commit 7dbf2b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scipy/sparse/linalg/_isolve/tests/test_iterative.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ def test_zero_rhs(solver):
assert_allclose(x, 0, atol=1e-300)


@pytest.mark.xfail(reason="see gh-18697")
def test_maxiter_worsening(solver):
if solver not in (gmres, lgmres):
# these were skipped from the very beginning, see gh-9201; gh-14160
Expand Down

0 comments on commit 7dbf2b9

Please sign in to comment.