Skip to content

Commit

Permalink
CHG: relaxed tolerances for test 541
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuMorlighem committed Jul 25, 2024
1 parent 53bb73e commit 74b8289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/NightlyRun/test541.m
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
};
field_tolerances={...
1e-11,2e-11,2e-11,1e-12,2e-11,6e-12,9e-12,2e-12,...
1e-11,2e-11,2e-11,2e-9,2e-11,...
1e-11,2e-11,2e-11,3e-9,2e-11,...
2e-11,1e-11,1e-11,9e-12,2e-11,3e-11,2e-11,1e-11,...
1e-11,2e-11,2e-11,8e-08,2e-11,...
2e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-9,...
Expand Down
2 changes: 1 addition & 1 deletion test/NightlyRun/test541.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
'Vx10', 'Vy10', 'Vel10', 'Pressure10', 'Bed10', 'Surface10', 'Thickness10', 'MaskIceLevelset10',
'IceVolume10', 'IceVolumeAboveFloatation10', 'TotalSmb10', 'TotalGroundedBmb10', 'TotalFloatingBmb10']
field_tolerances = [1e-11, 2e-11, 2e-11, 1e-12, 2e-11, 6e-12, 9e-12, 2e-12,
1e-11, 2e-11, 2e-11, 2e-9, 2e-11,
1e-11, 2e-11, 2e-11, 3e-9, 2e-11,
2e-11, 1e-11, 1e-11, 9e-12, 2e-11, 3e-11, 2e-11, 1e-11,
1e-11, 2e-11, 2e-11, 8e-08, 2e-11,
2e-10, 1e-10, 1e-10, 1e-10, 1e-10, 1e-10, 1e-10, 1e-9,
Expand Down

0 comments on commit 74b8289

Please sign in to comment.