Skip to content

Commit

Permalink
Adjusting autotest fail threshold to pass on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
vlasovi committed Jul 22, 2024
1 parent 5720bc6 commit f220287
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/lib/mayaUsd/render/mayaToHydra/testUVandUDIM.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ def test_UDIMs(self):
def test_HDR(self):
mayaUtils.openTestScene("testUVandUDIM", "testHDR.ma")
self.setHdStormRenderer()
self.verifySnapshot("quads_with_HDR.png")
cmds.refresh()
self.assertSnapshotClose("quads_with_HDR.png", 0.02, 0.2)

if __name__ == '__main__':
fixturesUtils.runTests(globals())

0 comments on commit f220287

Please sign in to comment.