Skip to content

Commit

Permalink
skip the pernicious split NSE test (#91)
Browse files Browse the repository at this point in the history
do what the PR says.
  • Loading branch information
rckirby authored Aug 14, 2024
1 parent 4526f43 commit 92f6c98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_split.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ def Ffull(z, test):
return errornorm(uimp, usplit) + errornorm(pimp, psplit)


@pytest.mark.skip(reason="solver parameters :(")
@pytest.mark.parametrize('N', [16])
@pytest.mark.parametrize('num_stages', [2])
@pytest.mark.parametrize('Fimp,Fexp', [(FimpSt, FexpSt),
Expand Down

0 comments on commit 92f6c98

Please sign in to comment.