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 9e36c76 commit 9a5f9daCopy full SHA for 9a5f9da
axelrod/match.py
@@ -196,7 +196,9 @@ def play(self):
196
p.set_seed(self._random.random_seed_int())
197
result = []
198
for _ in range(turns):
199
- plays = self.simultaneous_play(self.players[0], self.players[1], self.noise)
+ plays = self.simultaneous_play(
200
+ self.players[0], self.players[1], self.noise
201
+ )
202
result.append(plays)
203
204
if self._cache_update_required:
0 commit comments