tiny brain fix

This commit is contained in:
Dev Singh 2020-03-06 14:52:41 -06:00
parent 210d2c92e1
commit af7bf43cb2

View File

@ -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