From ff8c939894c0dc6a058e135f61e8a6825bbaa3b9 Mon Sep 17 00:00:00 2001 From: David Rafferty Date: Fri, 14 Jun 2024 18:39:17 +0200 Subject: [PATCH] Increase tolerance --- test/tbdsf_process_image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tbdsf_process_image.py b/test/tbdsf_process_image.py index ea74cc3..9fad15c 100644 --- a/test/tbdsf_process_image.py +++ b/test/tbdsf_process_image.py @@ -16,7 +16,7 @@ # Check if the outputs agree with the reference ones outputs_agree = compare_results( filecmp.dircmp("tbdsf_process_image.in_fits_pybdsf", "reference_outputs"), - 1e-3, + 1e-2, 2 )