Skip to content

Commit 45900e6

Browse files
CHG: relaxing tolerances
1 parent c8ac2a6 commit 45900e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/NightlyRun/test361.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
1e-14, 7e-14, 3e-12,...
8080
1e-14, 6e-14, 3e-12,...
8181
1e-14, 5e-14, 3e-12,...
82-
1e-14, 7e-14, 3e-12};
82+
1e-14, 5e-14, 3e-12};
8383
field_values={...
8484
md.results.TransientSolution(1).HydrologySheetThickness, ...
8585
md.results.TransientSolution(1).HydraulicPotential,...

test/NightlyRun/test361.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
field_tolerances = [1e-14, 7e-14, 3e-12,
8787
1e-14, 6e-14, 3e-12,
8888
1e-14, 5e-14, 3e-12,
89-
1e-14, 7e-14, 3e-12]
89+
1e-14, 5e-14, 3e-12]
9090
field_values = [md.results.TransientSolution[0].HydrologySheetThickness,
9191
md.results.TransientSolution[0].HydraulicPotential,
9292
md.results.TransientSolution[0].ChannelArea,

0 commit comments

Comments
 (0)