Skip to content

Commit

Permalink
CHG: Adjusted tolerances
Browse files Browse the repository at this point in the history
  • Loading branch information
TidbitSoftware committed Oct 6, 2024
1 parent 8921351 commit 3553fe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/NightlyRun/test361.m
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
1e-14, 7e-14, 3e-12,...
1e-14, 6e-14, 3e-12,...
1e-14, 5e-14, 3e-12,...
1e-14, 6e-14, 3e-12};
1e-14, 8e-14, 3e-12};
field_values={...
md.results.TransientSolution(1).HydrologySheetThickness, ...
md.results.TransientSolution(1).HydraulicPotential,...
Expand Down
2 changes: 1 addition & 1 deletion test/NightlyRun/test361.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
field_tolerances = [1e-14, 7e-14, 3e-12,
1e-14, 6e-14, 3e-12,
1e-14, 5e-14, 3e-12,
1e-14, 6e-14, 3e-12]
1e-14, 8e-14, 3e-12]
field_values = [md.results.TransientSolution[0].HydrologySheetThickness,
md.results.TransientSolution[0].HydraulicPotential,
md.results.TransientSolution[0].ChannelArea,
Expand Down

0 comments on commit 3553fe3

Please sign in to comment.