Skip to content

Commit

Permalink
increase the image comparison threshold (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilike-adsk authored Dec 11, 2024
1 parent e4c2839 commit 1687eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/mayaUsd/render/mayaToHydra/testStageVariants.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class TestStageVariants(mtohUtils.MayaHydraBaseTestCase): #Subclassing mtohUtils
_file = __file__

IMAGE_DIFF_FAIL_THRESHOLD = 0.1
IMAGE_DIFF_FAIL_PERCENT = 0.3
IMAGE_DIFF_FAIL_PERCENT = 2

def test_UsdStageVariants(self):
import usdUtils # usdUtils imports mayaUsd.ufe
Expand Down

0 comments on commit 1687eaf

Please sign in to comment.