We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f901a76 commit dc7fe63Copy full SHA for dc7fe63
tests/test_player.py
@@ -200,7 +200,7 @@ def test_match_reproducibility():
200
def test_tournament_reproducibility():
201
rng = RandomGenerator()
202
seed = rng.random_seed_int()
203
- strategies = rng.choice(all_strategies, size=2)
+ strategies = rng.choice(all_strategies, size=10)
204
players1 = [Player(strategy) for strategy in strategies]
205
tournament1 = Tournament(players1, seed=seed, repetitions=2)
206
results1 = tournament1.play(processes=2)
0 commit comments