Skip to content

Commit

Permalink
Adjust default precision threshold.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfonseca committed Jun 5, 2011
1 parent a345339 commit 1accd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tracecheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 1accd6a

Please sign in to comment.