mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-05 14:37:21 +00:00
dep
This commit is contained in:
@@ -159,6 +159,7 @@ def metricsloop(group_data, observations, database, tests): # listener based met
|
|||||||
|
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
""" dep
|
||||||
def metricsloop_dumb(team_lookup, data, tests): # expects array with [Match] ([Teams], [Win/Loss])
|
def metricsloop_dumb(team_lookup, data, tests): # expects array with [Match] ([Teams], [Win/Loss])
|
||||||
|
|
||||||
scores = []
|
scores = []
|
||||||
@@ -196,5 +197,6 @@ def metricsloop_dumb(team_lookup, data, tests): # expects array with [Match] ([T
|
|||||||
observations = data[1]
|
observations = data[1]
|
||||||
|
|
||||||
new_group_ratings = []
|
new_group_ratings = []
|
||||||
|
"""
|
||||||
|
|
||||||
main()
|
main()
|
Reference in New Issue
Block a user