Skip to content

Commit efa3a37

Browse files
authored
Clean up test by removing debug print statements
Remove print statements from equilibrium assertions
1 parent 662a196 commit efa3a37

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/test_nash.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,6 @@ def test_enumpoly_ordered_behavior(
234234
for eq, exp in zip(result.equilibria, mixed_behav_prof_data, strict=True):
235235
assert abs(eq.max_regret()) <= TOL
236236
expected = game.mixed_behavior_profile(rational=True, data=exp)
237-
print(eq)
238-
print(expected)
239237
for p in game.players:
240238
for i in p.infosets:
241239
for a in i.actions:

0 commit comments

Comments
 (0)