Commit 60d388d9 authored by Christian Heimes's avatar Christian Heimes

Reverted two commit accidents

parent 68e36862
...@@ -12,12 +12,12 @@ import shutil ...@@ -12,12 +12,12 @@ import shutil
here = os.path.abspath(os.path.dirname(__file__)) here = os.path.abspath(os.path.dirname(__file__))
par = os.path.pardir par = os.path.pardir
TCL = "tcl8.4.16" #TCL = "tcl8.4.16"
TIX = "Tix8.4.2" #TIX = "Tix8.4.2"
TK = "tk8.4.16" #TK = "tk8.4.16"
#TCL = "tcl8.4.12" TCL = "tcl8.4.12"
#TIX = "Tix8.4.0" TIX = "Tix8.4.0"
#TK = "tk8.4.12" TK = "tk8.4.12"
ROOT = os.path.abspath(os.path.join(here, par, par)) ROOT = os.path.abspath(os.path.join(here, par, par))
NMAKE = "nmake /nologo " NMAKE = "nmake /nologo "
......
...@@ -301,7 +301,6 @@ class Test: ...@@ -301,7 +301,6 @@ class Test:
if _debug: if _debug:
print('Calib. overhead time = %.6fms' % ( print('Calib. overhead time = %.6fms' % (
min_overhead * MILLI_SECONDS)) min_overhead * MILLI_SECONDS))
return
if min_overhead < 0.0: if min_overhead < 0.0:
raise ValueError('calibration setup did not work') raise ValueError('calibration setup did not work')
if max_overhead - min_overhead > 0.1: if max_overhead - min_overhead > 0.1:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment