This commit is contained in:
art 2020-02-18 20:38:12 -06:00
parent 7f975b5e7b
commit 2486927a53

View File

@ -98,7 +98,7 @@ def metricsloop(team_lookup, data, tests): # expects array with [Match] ([Teams]
gl2 = {"score": gl2_starting_score, "rd": gl2_starting_rd, "vol": gl2_starting_vol}
ts = Trueskill.Rating()
scores[str(team)] = {"elo": elo, "gl2": gl2, "ts": ts} )
scores[str(team)] = {"elo": elo, "gl2": gl2, "ts": ts}
for match in data: