mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-06 06:57:21 +00:00
tiny brain fix
This commit is contained in:
@@ -154,8 +154,6 @@ def simpleloop(data, tests): # expects 3D array with [Team][Variable][Match]
|
||||
variable_data = data[team][variable]
|
||||
if(variable in tests):
|
||||
for test in tests[variable]:
|
||||
print(team)
|
||||
print(variable)
|
||||
test_vector[test] = simplestats(variable_data, test)
|
||||
else:
|
||||
pass
|
||||
|
Reference in New Issue
Block a user