Skip to content

Commit c87d438

Browse files
removed large payoff game from enumpoly tests
1 parent 4f5c4b3 commit c87d438

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/test_nash.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -183,17 +183,6 @@ def test_enummixed_rational(game: gbt.Game, mixed_strategy_prof_data: list):
183183
[[[["1/3", "2/3"]], [["1/2", "1/2"]]]],
184184
1,
185185
),
186-
pytest.param(
187-
games.create_large_payoff_game_efg(),
188-
[[[[1.0, 0.0], [1.0, 0.0]], [[0.0, 1.0], [1.0, 0.0]]],
189-
[[[1.0, 0.0], [1.0, 0.0]], [[0.0, 1.0], [0.0, 0.0]]],
190-
[[[1.0, 0.0], [0.0, 1.0]], [[0.0, 1.0], [1.0, 0.0]]],
191-
[[[0.0, 1.0], [1.0, 0.0]], [[0.0, 1.0], [1.0, 0.0]]],
192-
[[[0.0, 1.0], [1.0, 0.0]], [[0.0, 1.0], [1.0, 0.0]]],
193-
[[[0.0, 1.0], [0.0, 1.0]], [[0.0, 0.0], [1.0, 0.0]]]],
194-
6,
195-
marks=pytest.mark.xfail(reason="True equilibrium has tiny probabilities")
196-
),
197186
(
198187
games.create_chance_in_middle_efg(),
199188
[[[["3/11", "8/11"],

0 commit comments

Comments
 (0)