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 efc3a0f commit 8a75e81Copy full SHA for 8a75e81
axelrod/plot.py
@@ -67,8 +67,6 @@ def _winplot_dataset(self):
67
# Reorder and grab names
68
wins = [wins[x[1]] for x in medians]
69
ranked_names = [str(players[x[1]]) for x in medians]
70
- #zipped = [(wins[i], str(self.players[i])) for (m, i) in medians]
71
- #wins, ranked_names = zip(*zipped) # unzip!
72
return wins, ranked_names
73
74
@property
0 commit comments