mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
fix
This commit is contained in:
parent
7f975b5e7b
commit
2486927a53
@ -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}
|
gl2 = {"score": gl2_starting_score, "rd": gl2_starting_rd, "vol": gl2_starting_vol}
|
||||||
ts = Trueskill.Rating()
|
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:
|
for match in data:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user