Skip to content

Commit

Permalink
Adjust failure threshold for changed noise
Browse files Browse the repository at this point in the history
  • Loading branch information
lgritz committed Nov 27, 2019
1 parent ecb652b commit 53e45f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions testsuite/render-microfacet/run.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env python

failthresh = 0.005
failpercent = 0.1
failthresh = 0.01
failpercent = 0.01
hardfail = 0.026
outputs = [ "out.exr" ]
command = testrender("-r 320 240 -aa 8 scene.xml out.exr")

0 comments on commit 53e45f4

Please sign in to comment.