Skip to content

Commit

Permalink
Debugging CI segfault in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
tturocy committed May 23, 2024
1 parent 4357d91 commit 94234f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_nash.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,9 @@ def test_logit_strategy(self):

def test_logit_behavior(self):
"""Test calls of logit for mixed behavior equilibria."""
result = gbt.nash.logit_solve(self.poker, use_strategic=False)
assert len(result.equilibria) == 1
# result = gbt.nash.logit_solve(self.poker, use_strategic=False)
# assert len(result.equilibria) == 1
gbt.nash.logit_behavior_atlambda(self.poker, 1.0)


# def test_logit_zerochance():
Expand Down

0 comments on commit 94234f9

Please sign in to comment.