Skip to content

Commit f34a412

Browse files
committed
fix flake8
1 parent 4a0a824 commit f34a412

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tests/test_nash.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -543,11 +543,10 @@ def test_logit_solve_lambda():
543543
assert len(gbt.qre.logit_solve_lambda(
544544
game=game, lam=[1, 2, 3], first_step=0.2, max_accel=1)) > 0
545545

546+
546547
def test_kuhn():
547548
old = games.create_kuhn_poker_efg()
548-
new = games.create_kuhn_poker_efg_internal_outcomes()
549+
new = games.create_kuhn_poker_efg_internal_outcomes()
549550

550-
for i in [0,1]:
551+
for i in [0, 1]:
551552
assert (old.to_arrays()[i] == new.to_arrays()[i]).all()
552-
553-

0 commit comments

Comments
 (0)