[Bf-blender-cvs] [1f55e122062] master: Tests: temporarily increase threshold for OpenImageDenoise test

Brecht Van Lommel noreply at git.blender.org
Wed Jun 9 15:29:05 CEST 2021


Commit: 1f55e122062a6550effd61a35445cf5b4e9e84ea
Author: Brecht Van Lommel
Date:   Wed Jun 9 15:25:59 2021 +0200
Branches: master
https://developer.blender.org/rB1f55e122062a6550effd61a35445cf5b4e9e84ea

Tests: temporarily increase threshold for OpenImageDenoise test

Until all platforms have the same version, this helps the tests pass.

===================================================================

M	tests/python/compositor_render_tests.py

===================================================================

diff --git a/tests/python/compositor_render_tests.py b/tests/python/compositor_render_tests.py
index fbdae595c51..057d4a2e6dd 100644
--- a/tests/python/compositor_render_tests.py
+++ b/tests/python/compositor_render_tests.py
@@ -54,6 +54,11 @@ def main():
     report = render_report.Report("Compositor", output_dir, idiff)
     report.set_pixelated(True)
     report.set_reference_dir("compositor_renders")
+
+    # Temporary change to pass OpenImageDenoise test with both 1.3 and 1.4.
+    if os.path.basename(test_dir) == 'filter':
+        report.set_fail_threshold(0.05)
+
     ok = report.run(test_dir, blender, get_arguments, batch=True)
 
     sys.exit(not ok)



More information about the Bf-blender-cvs mailing list