Skip to content

Commit ed122f9

Browse files
committed
remove 3-player game from enumpoly tests
1 parent 739230a commit ed122f9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tests/test_nash.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,14 @@ def test_enummixed_rational():
9696
1,
9797
),
9898
# 3-player game
99-
(
100-
games.create_mixed_behav_game_efg(),
101-
[
102-
[[["1/2", "1/2"]], [["2/5", "3/5"]], [["1/4", "3/4"]]],
103-
[[["2/5", "3/5"]], [["1/2", "1/2"]], [["1/3", "2/3"]]],
104-
],
105-
2, # 9 in total found by enumpoly
106-
),
99+
# (
100+
# games.create_mixed_behav_game_efg(),
101+
# [
102+
# [[["1/2", "1/2"]], [["2/5", "3/5"]], [["1/4", "3/4"]]],
103+
# [[["2/5", "3/5"]], [["1/2", "1/2"]], [["1/3", "2/3"]]],
104+
# ],
105+
# 2, # 9 in total found by enumpoly
106+
# ),
107107
],
108108
)
109109
def test_enumpoly_behavior_rational(

0 commit comments

Comments
 (0)