From ee2baeeeeb8581cea5745c24ae22d2d981699ad7 Mon Sep 17 00:00:00 2001 From: BenjaminRuston Date: Fri, 23 Sep 2022 17:02:27 -0500 Subject: [PATCH] change from two composition related ctest to nonzero tolerances --- test/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 868f528e0..4b51e741c 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -927,7 +927,7 @@ ecbuild_add_test( TARGET test_${PROJECT_NAME}_tropomi_no2_tropo -i testinput/tropomi_no2.nc -o testrun/tropomi_no2_tropo.nc -c tropo" - tropomi_no2_tropo.nc ${IODA_CONV_COMP_TOL_ZERO}) + tropomi_no2_tropo.nc ${IODA_CONV_COMP_TOL}) ecbuild_add_test( TARGET test_${PROJECT_NAME}_mopitt_co TYPE SCRIPT @@ -963,7 +963,7 @@ ecbuild_add_test( TARGET test_${PROJECT_NAME}_aeronet_aod "${Python3_EXECUTABLE} ${CMAKE_BINARY_DIR}/bin/aeronet_aod2ioda.py -i testinput/aeronet_aod.dat -o testrun/aeronet_aod.nc" - aeronet_aod.nc ${IODA_CONV_COMP_TOL_ZERO}) + aeronet_aod.nc ${IODA_CONV_COMP_TOL}) ecbuild_add_test( TARGET test_${PROJECT_NAME}_aeronet_aaod TYPE SCRIPT