mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-12-26 17:49:09 +00:00
dep
This commit is contained in:
parent
7f705915f0
commit
2cb5c54d8b
@ -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()
|
Loading…
Reference in New Issue
Block a user