Skip to content

Commit 66946ee

Browse files
committed
fix id and tolerance in test_lcp_behavior_rational_23
1 parent e29e1f9 commit 66946ee

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/test_nash.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1591,11 +1591,9 @@ def test_nash_strategy_solver_w_start(test_case: EquilibriumTestCaseWithStart, s
15911591
expected=[
15921592
[[d(0, 1), d("1/5", "1/5", "1/5", "1/5", "1/5")], [d(0, 1)]],
15931593
],
1594-
regret_tol=TOL,
1595-
prob_tol=TOL,
15961594
),
15971595
marks=pytest.mark.nash_lcp_behavior,
1598-
id="test_enumpoly_behavior_23",
1596+
id="test_lcp_behavior_rational_23",
15991597
),
16001598
# Non-zero-sum games
16011599
pytest.param(

0 commit comments

Comments
 (0)