]> git.cworth.org Git - apitrace/commitdiff
Adjust default precision threshold.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Sun, 5 Jun 2011 00:44:42 +0000 (01:44 +0100)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Sun, 5 Jun 2011 00:44:42 +0000 (01:44 +0100)
scripts/tracecheck.py

index b5d6b7658c76b68f4253616e731da8e224f036d5..d204fa63dbfcbc7a7a6672b888cfea3caac35078 100755 (executable)
@@ -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',