mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
dep
This commit is contained in:
parent
9eb738e7e6
commit
0ab99556ab
@ -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()
|
Loading…
Reference in New Issue
Block a user