mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-12 22:26:18 +00:00
tiny brain fix
This commit is contained in:
parent
210d2c92e1
commit
af7bf43cb2
@ -154,8 +154,6 @@ def simpleloop(data, tests): # expects 3D array with [Team][Variable][Match]
|
|||||||
variable_data = data[team][variable]
|
variable_data = data[team][variable]
|
||||||
if(variable in tests):
|
if(variable in tests):
|
||||||
for test in tests[variable]:
|
for test in tests[variable]:
|
||||||
print(team)
|
|
||||||
print(variable)
|
|
||||||
test_vector[test] = simplestats(variable_data, test)
|
test_vector[test] = simplestats(variable_data, test)
|
||||||
else:
|
else:
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user