Reverted two commit accidents

This commit is contained in:
Christian Heimes 2007-12-05 09:36:42 +00:00
parent 68e3686253
commit 60d388d98d
2 changed files with 6 additions and 7 deletions

View file

@ -301,7 +301,6 @@ class Test:
if _debug:
print('Calib. overhead time = %.6fms' % (
min_overhead * MILLI_SECONDS))
return
if min_overhead < 0.0:
raise ValueError('calibration setup did not work')
if max_overhead - min_overhead > 0.1: