This commit is contained in:
NikolajDanger
2022-09-19 15:39:29 +02:00
parent c245c4c6da
commit 1570508983

View File

@ -61,7 +61,7 @@ def main():
while not all(calibrated):
for i, function in enumerate(tests):
if not calibrated[i]:
calibrated[i] = False
wheels = function(arlo, *values[i])
fraction = max(wheels)/min(wheels)
if fraction <= THRESHOLD: