summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/tracecheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tracecheck.py b/scripts/tracecheck.py
index b5d6b765..d204fa63 100755
--- a/scripts/tracecheck.py
+++ b/scripts/tracecheck.py
@@ -116,7 +116,7 @@ def main():
help='snapshot comparison prefix')
optparser.add_option(
'--precision-threshold', metavar='BITS',
- type='float', dest='precision_threshold', default='12',
+ type='float', dest='precision_threshold', default=8.0,
help='precision threshold in bits [default: %default]')
optparser.add_option(
'--gl-renderer', metavar='REGEXP',