From 1f55e122062a6550effd61a35445cf5b4e9e84ea Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Wed, 9 Jun 2021 15:25:59 +0200 Subject: Tests: temporarily increase threshold for OpenImageDenoise test Until all platforms have the same version, this helps the tests pass. --- tests/python/compositor_render_tests.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests') 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) -- cgit v1.2.3