Skip to content

Commit

Permalink
Merge branch 'relax-ctest-tolerances' into 'master'
Browse files Browse the repository at this point in the history
Slightly relax ctest tolerances

See merge request ogs/ogs!5046
  • Loading branch information
endJunction committed Jul 12, 2024
2 parents 91d3e1d + 927d5a3 commit 2d21bc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Tests/Data/Mechanics/Ehlers/cube_1e0.prj
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@
<vtkdiff>
<file>cube_1e0_ts_101_t_2.550000.vtu</file>
<field>displacement</field>
<absolute_tolerance>3e-16</absolute_tolerance>
<absolute_tolerance>5e-16</absolute_tolerance>
<relative_tolerance>0</relative_tolerance>
</vtkdiff>
<vtkdiff>
Expand All @@ -345,7 +345,7 @@
<vtkdiff>
<file>cube_1e0_ts_203_t_5.100000.vtu</file>
<field>displacement</field>
<absolute_tolerance>3e-16</absolute_tolerance>
<absolute_tolerance>5e-16</absolute_tolerance>
<relative_tolerance>0</relative_tolerance>
</vtkdiff>
<vtkdiff>
Expand Down
2 changes: 1 addition & 1 deletion Tests/Data/TH2M/HM/flow_fully_saturated.prj
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@
<vtkdiff>
<regex>flow_fully_saturated_ts_.*.vtu</regex>
<field>HeatFlowRate</field>
<absolute_tolerance>3e-13</absolute_tolerance>
<absolute_tolerance>4e-13</absolute_tolerance>
<relative_tolerance>0</relative_tolerance>
</vtkdiff>
<vtkdiff>
Expand Down

0 comments on commit 2d21bc6

Please sign in to comment.