Skip to content

Commit

Permalink
seosonal reduction reduce test tolerance to 1e-5 for tci ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
burlen committed Dec 15, 2020
1 parent 1918484 commit 28f8841
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion test/apps/test_temporal_reduction_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ else
time ${app_prefix}/teca_cartesian_mesh_diff \
--reference_dataset "${data_root}/${output_base}_.*\.nc" \
--test_dataset "${output_base}_.*\.nc" \
--arrays ${array_name} --verbose
--arrays ${array_name} --verbose \
--test_tolerance 1.e-5

# clean up
rm ${output_base}_*.nc
Expand Down
3 changes: 2 additions & 1 deletion test/apps/test_temporal_reduction_app_mcf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ else
--reference_dataset "${data_root}/${output_base}_.*\.nc" \
--test_dataset "${output_base}_.*\.nc" \
--ref_reader::z_axis_variable plev --test_reader::z_axis_variable plev \
--arrays ${array_name} --verbose
--arrays ${array_name} --verbose \
--test_tolerance 1.e-5

# clean up
rm ${output_base}_*.nc
Expand Down

0 comments on commit 28f8841

Please sign in to comment.