diff --git a/.ci/scripts/test_int_dswx_hls.sh b/.ci/scripts/test_int_dswx_hls.sh index d9784b91..687757ce 100755 --- a/.ci/scripts/test_int_dswx_hls.sh +++ b/.ci/scripts/test_int_dswx_hls.sh @@ -28,9 +28,9 @@ SAMPLE_TIME=15 # RUNCONFIG should be the name of the runconfig in s3://operasds-dev-pge/dswx_hls/ [ -z "${WORKSPACE}" ] && WORKSPACE=$(realpath "$(dirname "$(realpath "$0")")"/../..) [ -z "${PGE_TAG}" ] && PGE_TAG="${USER}-dev" -[ -z "${INPUT_DATA}" ] && INPUT_DATA="dswx_hls_expected_input.zip" -[ -z "${EXPECTED_DATA}" ] && EXPECTED_DATA="dswx_hls_cal_val_3.2_expected_output.zip" -[ -z "${RUNCONFIG}" ] && RUNCONFIG="opera_pge_dswx_hls_delivery_3.2_cal_val_runconfig.yaml" +[ -z "${INPUT_DATA}" ] && INPUT_DATA="dswx_hls_cal_val_3.3_expected_input.zip" +[ -z "${EXPECTED_DATA}" ] && EXPECTED_DATA="dswx_hls_cal_val_3.3_expected_output.zip" +[ -z "${RUNCONFIG}" ] && RUNCONFIG="opera_pge_dswx_hls_delivery_3.3_cal_val_runconfig.yaml" [ -z "${TMP_ROOT}" ] && TMP_ROOT="$DEFAULT_TMP_ROOT" # Create the test output directory in the work space @@ -156,7 +156,7 @@ do -v "${output_dir}":/out:ro \ -v "${expected_data_dir}":/exp:ro \ --entrypoint python3 ${PGE_IMAGE}:"${PGE_TAG}" \ - proteus-0.5.1/bin/dswx_compare.py \ + proteus-0.5.2/bin/dswx_compare.py \ /out/"${output_file}" /exp/"${expected_file}") echo "$docker_out"