From: José Fonseca Date: Sun, 5 Jun 2011 00:44:42 +0000 (+0100) Subject: Adjust default precision threshold. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=1accd6a6f588d7c4089684f8cb9dbf817fc1a9c6;p=apitrace Adjust default precision threshold. --- diff --git a/scripts/tracecheck.py b/scripts/tracecheck.py index b5d6b76..d204fa6 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',