Skip to content

Commit

Permalink
Update bad path to baseline
Browse files Browse the repository at this point in the history
Had bad filename when comparing mks 4p2z to baseline (expected failure due to
values exceeding tolerance, got FileNotFound instead)
  • Loading branch information
mnlevy1981 committed Aug 2, 2023
1 parent 8de48b5 commit 64ce7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MARBL_tools/run_test_suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ if [ "${STATUS}" == "PASS" ]; then
cd ${MARBL_ROOT}/MARBL_tools
BASE_ROOT=${MARBL_ROOT}/tests/input_files/baselines
HIST_ROOT=${MARBL_ROOT}/tests/regression_tests/call_compute_subroutines
(set -x ; ./netcdf_comparison.py -b ${BASE_ROOT}/call_compute_subroutines.history_with_4p2z.nc -n ${HIST_ROOT}/history_1inst.nc --strict loose)
(set -x ; ./netcdf_comparison.py -b ${BASE_ROOT}/call_compute_subroutines.history_4p2z.nc -n ${HIST_ROOT}/history_1inst.nc --strict loose)
STATUS=$(check_return $?)
print_status "netCDF Comparison (1 inst (mks, 4p2z) vs baseline (cgs, 4p2z))" >> ${RESULTS_CACHE}
fi
Expand Down

0 comments on commit 64ce7ef

Please sign in to comment.