From 067041731053c1f61e11c980282abce07879b73a Mon Sep 17 00:00:00 2001 From: Roman Cattaneo <1116746+romanc@users.noreply.github.com> Date: Fri, 30 May 2025 13:54:04 +0200 Subject: [PATCH] ci: Remove PACE_TEST_N_THRESHOLD_SAMPLES Don't set `PACE_TEST_N_THRESHOLD_SAMPLES` in translate tests anymore since the environment variable was renamed in PR https://github.com/NOAA-GFDL/NDSL/pull/134 and the default changed to match the currently configured behavior. --- .github/workflows/translate.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/translate.yaml b/.github/workflows/translate.yaml index 01384898..3a1ee86e 100644 --- a/.github/workflows/translate.yaml +++ b/.github/workflows/translate.yaml @@ -105,7 +105,6 @@ jobs: cd ${GITHUB_WORKSPACE}/pyFV3 export FV3_DACEMODE=BuildAndRun export PACE_FLOAT_PRECISION=64 - export PACE_TEST_N_THRESHOLD_SAMPLES=0 export OMP_NUM_THREADS=1 export PACE_LOGLEVEL=Debug mpiexec -mca orte_abort_on_non_zero_status 1 -np 6 --oversubscribe coverage run --rcfile=setup.cfg -m mpi4py -m pytest \