Skip to content

Commit

Permalink
increase fail percent for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
lilike-adsk committed Feb 2, 2024
1 parent e151c15 commit cf8fd13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/mayaUsd/render/mayaToHydra/testUSDLights.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class TestUSDLights(mtohUtils.MtohTestCase): #Subclassing mtohUtils.MtohTestCase
_file = __file__

IMAGE_DIFF_FAIL_THRESHOLD = 0.01
IMAGE_DIFF_FAIL_PERCENT = 0.5
IMAGE_DIFF_FAIL_PERCENT = 1

def verifyLightingModes(self, shadowOn):
imageSuffix = "_shadowOn" if shadowOn else ""
Expand Down

0 comments on commit cf8fd13

Please sign in to comment.