Skip to content

Commit

Permalink
Set percent threshold to 3 on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
debloip-adsk committed Feb 2, 2024
1 parent 544fa2e commit 254739c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/mayaUsd/render/mayaToHydra/testMayaLights.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def imageDiffFailPercent(self):
# Wireframes seem to have a slightly different color on macOS. We'll increase the thresholds
# for that platform specifically for now, so we can still catch issues on other platforms.
if platform.system() == "Darwin":
return 0.6
return 3
return 0.2

def verifyLightingModes(self, shadowOn):
Expand Down

0 comments on commit 254739c

Please sign in to comment.