Skip to content

Commit

Permalink
[T/TH2M] Slightly relax ctest's tolerances
Browse files Browse the repository at this point in the history
  • Loading branch information
endJunction committed May 6, 2024
1 parent aa8498a commit d6593df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tests/Data/TH2M/submesh_residuum_assembly/u.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<vtkdiff>
<regex>u.*_ts_[0-9]*_.*\.vtu</regex>
<field>gas_pressure_interpolated</field>
<absolute_tolerance>4.6e-13</absolute_tolerance>
<absolute_tolerance>5.4e-13</absolute_tolerance>
<relative_tolerance>0</relative_tolerance>
</vtkdiff>
<vtkdiff>
Expand All @@ -107,7 +107,7 @@
<vtkdiff>
<regex>u.*_ts_[0-9]*_.*\.vtu</regex>
<field>capillary_pressure_interpolated</field>
<absolute_tolerance>4.6e-8</absolute_tolerance>
<absolute_tolerance>5.4e-8</absolute_tolerance>
<relative_tolerance>0</relative_tolerance>
</vtkdiff>
<vtkdiff>
Expand All @@ -132,7 +132,7 @@
<vtkdiff>
<regex>u.*_ts_[0-9]*_.*\.vtu</regex>
<field>NodalForces</field>
<absolute_tolerance>1.7e-8</absolute_tolerance>
<absolute_tolerance>2.0e-8</absolute_tolerance>
<relative_tolerance>0</relative_tolerance>
</vtkdiff>
</test_definition>
Expand Down

0 comments on commit d6593df

Please sign in to comment.