This commit is contained in:
art 2020-02-19 19:54:59 -06:00
parent 9eb738e7e6
commit 0ab99556ab

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()