summaryrefslogtreecommitdiff
path: root/scripts/tracecheck.py
diff options
context:
space:
mode:
authorJosé Fonseca <jose.r.fonseca@gmail.com>2011-06-05 01:44:42 +0100
committerJosé Fonseca <jose.r.fonseca@gmail.com>2011-06-05 01:44:42 +0100
commit1accd6a6f588d7c4089684f8cb9dbf817fc1a9c6 (patch)
treec8d3271153973c0eb9bacb6a112deb101580cb58 /scripts/tracecheck.py
parenta345339875b76b631493d790c64bf9d3e95a1e29 (diff)
Adjust default precision threshold.
Diffstat (limited to 'scripts/tracecheck.py')
-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',