Skip to content

Commit

Permalink
HYDRA-537 : Adjust testGrid thresholds for OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
debloip-adsk committed Mar 28, 2024
1 parent f1c7b3a commit 91b8cf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/lib/mayaUsd/render/mayaToHydra/testGrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ class TestGrid(mtohUtils.MayaHydraBaseTestCase):
# MayaHydraBaseTestCase.setUpClass requirement.
_file = __file__

IMAGE_DIFF_FAIL_THRESHOLD = 0.05
IMAGE_DIFF_FAIL_PERCENT = 1
IMAGE_DIFF_FAIL_THRESHOLD = 0.15
IMAGE_DIFF_FAIL_PERCENT = 2

def test_Grid(self):
cmds.grid(toggle=True)
Expand Down

0 comments on commit 91b8cf1

Please sign in to comment.