diff --git a/calibrate.py b/calibrate.py index c8e1e8a..c9996c5 100644 --- a/calibrate.py +++ b/calibrate.py @@ -65,6 +65,7 @@ def main(): calibrated[i] = False wheels = function(arlo, *values[i]) fraction = max(wheels)/min(wheels) + print(fraction) if fraction <= THRESHOLD: calibrated[i] = True elif wheels[0] < wheels[1]: