1
0
mirror of https://github.com/titanscouting/tra-analysis.git synced 2025-04-03 09:33:25 +00:00
This commit is contained in:
art 2020-02-19 19:53:23 -06:00
parent 2a8a21b82a
commit 7f705915f0

@ -48,11 +48,11 @@ def simpleloop(data, tests): # expects 3D array with [Team][Variable][Match]
return_vector = []
for team in teams:
for team in data:
team_vector = []
for variable in teams:
for variable in team:
variable_vector = []