Skip to content

Commit 749e8c6

Browse files
authored
ci: Adjust comparison threshold for render-microfacet test (#2027)
Something must have changed on the GHA runners? Or a compiler version? On one test job, we started failing this one test, the noise pattern changed a few days ago, independently of any change to OSL repo. Bumping up the comparison thresholds slightly appears to do the trick. Signed-off-by: Larry Gritz <[email protected]>
1 parent 2a3f943 commit 749e8c6

File tree

1 file changed

+2
-2
lines changed
  • testsuite/render-microfacet

1 file changed

+2
-2
lines changed

testsuite/render-microfacet/run.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# SPDX-License-Identifier: BSD-3-Clause
55
# https://github.com/AcademySoftwareFoundation/OpenShadingLanguage
66

7-
failthresh = 0.02
8-
failrelative = 0.01
7+
failthresh = 0.04
8+
failrelative = 0.03
99
failpercent = 1
1010
allowfailures = 5
1111
idiff_program = "idiff"

0 commit comments

Comments
 (0)