From 4b799c32d562fe3e5510c1facaa88923223d0235 Mon Sep 17 00:00:00 2001 From: pnichols Date: Fri, 23 Sep 2022 23:05:13 +0000 Subject: [PATCH] fix to using zero tolerances --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 868f528e0..cd6616642 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -337,7 +337,7 @@ endforeach(FILENAME) # iodaconv_comp.sh test. # # For a converter that is generating new data, use a non-zero tolerance. -set(IODA_CONV_COMP_TOL_ZERO "0.0") +set(IODA_CONV_COMP_TOL_ZERO "1.e-7") set(IODA_CONV_COMP_TOL "0.5e-4") # The ioda-engines CMake configuration has set the file target _ioda_python to