We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f5c4b3 commit c87d438Copy full SHA for c87d438
tests/test_nash.py
@@ -183,17 +183,6 @@ def test_enummixed_rational(game: gbt.Game, mixed_strategy_prof_data: list):
183
[[[["1/3", "2/3"]], [["1/2", "1/2"]]]],
184
1,
185
),
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
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
- ),
197
(
198
games.create_chance_in_middle_efg(),
199
[[[["3/11", "8/11"],
0 commit comments