mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-12-26 17:49:09 +00:00
fixes
This commit is contained in:
parent
3f045ac044
commit
9eb738e7e6
@ -48,11 +48,11 @@ def simpleloop(data, tests): # expects 3D array with [Team][Variable][Match]
|
|||||||
|
|
||||||
return_vector = []
|
return_vector = []
|
||||||
|
|
||||||
for team in teams:
|
for team in data:
|
||||||
|
|
||||||
team_vector = []
|
team_vector = []
|
||||||
|
|
||||||
for variable in teams:
|
for variable in team:
|
||||||
|
|
||||||
variable_vector = []
|
variable_vector = []
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user