Skip to content

Commit

Permalink
HYDRA-837 : Fix incorrect threshold fix (this one is indeed anti-alia…
Browse files Browse the repository at this point in the history
…sing differences)
  • Loading branch information
debloip-adsk committed Mar 27, 2024
1 parent f1643cb commit bc625e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/lib/mayaUsd/render/mayaToHydra/testMayaShadingModes.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class TestMayaShadingModes(mtohUtils.MayaHydraBaseTestCase): #Subclassing mtohUt
# MayaHydraBaseTestCase.setUpClass requirement.
_file = __file__

IMAGE_DIFF_FAIL_THRESHOLD = 0.05
IMAGE_DIFF_FAIL_PERCENT = 1.5
IMAGE_DIFF_FAIL_THRESHOLD = 0.1
IMAGE_DIFF_FAIL_PERCENT = 2

def test_MayaShadingModes(self):

Expand Down

0 comments on commit bc625e5

Please sign in to comment.