We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed06f43 commit ff395d1Copy full SHA for ff395d1
1 file changed
tests/test_nash.py
@@ -162,17 +162,17 @@ def test_enummixed_rational(game: gbt.Game, mixed_strategy_prof_data: list):
162
[[[0, 1], [0, 0], [0, 0]], [[0, 1]]]],
163
4,
164
),
165
- (
166
- games.create_entry_accomodation_efg(nonterm_outcomes=True),
167
- [
168
- [[["2/3", "1/3"], [1, 0], [1, 0]],
169
- [["2/3", "1/3"]]],
170
- [[[0, 1], [0, 0], ["1/3", "2/3"]],
171
- [[0, 1]]],
172
- [[[0, 1], [0, 0], [1, 0]], [[1, 0]]],
173
- [[[0, 1], [0, 0], [0, 0]], [[0, 1]]]],
174
- 4,
175
- ),
+ # (
+ # games.create_entry_accomodation_efg(nonterm_outcomes=True),
+ # [
+ # [[["2/3", "1/3"], [1, 0], [1, 0]],
+ # [["2/3", "1/3"]]],
+ # [[[0, 1], [0, 0], ["1/3", "2/3"]],
+ # [[0, 1]]],
+ # [[[0, 1], [0, 0], [1, 0]], [[1, 0]]],
+ # [[[0, 1], [0, 0], [0, 0]], [[0, 1]]]],
+ # 4,
+ # ),
176
(
177
games.create_non_zero_sum_lacking_outcome_efg(),
178
[[[["1/3", "2/3"]], [["1/2", "1/2"]]]],
0 commit comments