Skip to content

Commit

Permalink
[T] Slightly relax ctests' tolerances
Browse files Browse the repository at this point in the history
  • Loading branch information
endJunction committed Jan 11, 2024
1 parent 30d916c commit 2c75481
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ProcessLib/TH2M/Tests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ AddTest(

result_TH2M_M_ts_2_t_2.000000.vtu result_TH2M_M_ts_2_t_2.000000.vtu velocity_liquid velocity_liquid 1e-8 1e-8

result_TH2M_M_ts_2_t_2.000000.vtu result_TH2M_M_ts_2_t_2.000000.vtu sigma sigma 6.5e-7 1e-8
result_TH2M_M_ts_2_t_2.000000.vtu result_TH2M_M_ts_2_t_2.000000.vtu sigma sigma 6.8e-7 1e-8

result_TH2M_M_ts_2_t_2.000000.vtu result_TH2M_M_ts_2_t_2.000000.vtu epsilon epsilon 1e-8 1e-8

Expand Down
2 changes: 1 addition & 1 deletion ProcessLib/ThermoRichardsMechanics/Tests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ AddTest(
REQUIREMENTS NOT (OGS_USE_LIS OR OGS_USE_MPI)
RUNTIME 1
DIFF_DATA
expected_anisotropic_thermal_expansion_z90_ts_1_t_1000000.000000.vtu anisotropic_thermal_expansion_expansivity_matrix_z90_ts_1_t_1000000.000000.vtu sigma sigma 1e-12 1e-12
expected_anisotropic_thermal_expansion_z90_ts_1_t_1000000.000000.vtu anisotropic_thermal_expansion_expansivity_matrix_z90_ts_1_t_1000000.000000.vtu sigma sigma 2e-12 1e-12
expected_anisotropic_thermal_expansion_z90_ts_1_t_1000000.000000.vtu anisotropic_thermal_expansion_expansivity_matrix_z90_ts_1_t_1000000.000000.vtu displacement displacement 1e-14 1e-14
expected_anisotropic_thermal_expansion_z90_ts_1_t_1000000.000000.vtu anisotropic_thermal_expansion_expansivity_matrix_z90_ts_1_t_1000000.000000.vtu saturation saturation 1e-12 1e-12
expected_anisotropic_thermal_expansion_z90_ts_1_t_1000000.000000.vtu anisotropic_thermal_expansion_expansivity_matrix_z90_ts_1_t_1000000.000000.vtu pressure pressure 1e-10 1e-10
Expand Down
4 changes: 2 additions & 2 deletions Tests/Data/RichardsMechanics/LiakopoulosHM/liakopoulos.prj
Original file line number Diff line number Diff line change
Expand Up @@ -521,13 +521,13 @@
<vtkdiff>
<regex>liakopoulos_t_.*.vtu</regex>
<field>pressure</field>
<absolute_tolerance>1e-10</absolute_tolerance>
<absolute_tolerance>2e-10</absolute_tolerance>
<relative_tolerance>0</relative_tolerance>
</vtkdiff>
<vtkdiff>
<regex>liakopoulos_t_.*.vtu</regex>
<field>pressure_interpolated</field>
<absolute_tolerance>1e-10</absolute_tolerance>
<absolute_tolerance>2e-10</absolute_tolerance>
<relative_tolerance>0</relative_tolerance>
</vtkdiff>
<vtkdiff>
Expand Down

0 comments on commit 2c75481

Please sign in to comment.