Skip to content

Commit

Permalink
HYDRA-780 : Adjust image diff threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
debloip-adsk committed Feb 1, 2024
1 parent 40411fc commit f10b93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/mayaUsd/render/mayaToHydra/testNurbsPrimitives.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class TestNurbsPrimitives(mtohUtils.MtohTestCase):
_file = __file__

IMAGE_DIFF_FAIL_THRESHOLD = 0.0
IMAGE_DIFF_FAIL_PERCENT = 0.0
IMAGE_DIFF_FAIL_PERCENT = 1.0

def compareSnapshot(self, referenceFilename):
cmds.refresh(force=True)
Expand Down

0 comments on commit f10b93e

Please sign in to comment.