This commit is contained in:
art 2020-02-19 19:54:59 -06:00
parent 7f705915f0
commit 2cb5c54d8b

View File

@ -159,6 +159,7 @@ def metricsloop(group_data, observations, database, tests): # listener based met
pass
""" dep
def metricsloop_dumb(team_lookup, data, tests): # expects array with [Match] ([Teams], [Win/Loss])
scores = []
@ -196,5 +197,6 @@ def metricsloop_dumb(team_lookup, data, tests): # expects array with [Match] ([T
observations = data[1]
new_group_ratings = []
"""
main()