Skip to content

Commit 5efe9cb

Browse files
committed
remove slow mark from test_lp_behavior_rational
1 parent 0769a8c commit 5efe9cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_nash.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def test_enummixed_rational():
102102
# [[["1/2", "1/2"]], [["2/5", "3/5"]], [["1/4", "3/4"]]],
103103
# [[["2/5", "3/5"]], [["1/2", "1/2"]], [["1/3", "2/3"]]],
104104
# ],
105-
# 2, # 9 in total found by enumpoly
105+
# 2, # 9 in total found by enumpoly (see unordered test)
106106
# ),
107107
],
108108
)
@@ -337,7 +337,6 @@ def test_lp_behavior_double():
337337

338338

339339
@pytest.mark.nash
340-
@pytest.mark.slow
341340
@pytest.mark.nash_lp_behavior
342341
@pytest.mark.parametrize(
343342
"game,mixed_behav_prof_data",

0 commit comments

Comments
 (0)