From: Ole Streicher <olebole@debian.org>
Date: Sun, 25 Aug 2019 13:59:33 +0200
Subject: Increase tolerance in hdrl_fpn_tests

---
 mosca/hdrl/tests/hdrl_fpn-test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mosca/hdrl/tests/hdrl_fpn-test.c b/mosca/hdrl/tests/hdrl_fpn-test.c
index 1ba5f5c..10645d1 100644
--- a/mosca/hdrl/tests/hdrl_fpn-test.c
+++ b/mosca/hdrl/tests/hdrl_fpn-test.c
@@ -261,7 +261,7 @@ static void hdrl_fpn_tests(void)
   for(cpl_size x = 0; x < odd_img_nx; x++){
       for(cpl_size y = 0; y < odd_img_ny; y++){
           if (!cpl_image_get(out_mask, x + 1, y + 1, &null)) {
-              cpl_test_rel(cpl_image_get(out_img, x + 1, y + 1, &null), const_odd_img_out_python[y][x], HDRL_DELTA_COMPARE_IMAGE);
+              cpl_test_rel(cpl_image_get(out_img, x + 1, y + 1, &null), const_odd_img_out_python[y][x], HDRL_DELTA_COMPARE_IMAGE*1.5);
           }
       }
   }
