Skip to content

Commit

Permalink
CHG: updated tolerance for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuMorlighem committed Jan 7, 2025
1 parent 798a7d0 commit 4eb52c0
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 @@ -35,7 +35,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,3e-9,2e-11,...
2e-11,1e-11,1e-11,9e-12,2e-11,3e-11,2e-11,1e-11,...
2e-11,1e-11,1e-11,9e-12,3e-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,...
1e-11,2e-11,2e-11,8e-08,2e-11,...
Expand Down
2 changes: 1 addition & 1 deletion test/NightlyRun/test541.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
'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, 3e-9, 2e-11,
2e-11, 1e-11, 1e-11, 9e-12, 2e-11, 3e-11, 2e-11, 1e-11,
2e-11, 1e-11, 1e-11, 9e-12, 3e-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,
1e-11, 2e-11, 2e-11, 8e-08, 2e-11]
Expand Down

0 comments on commit 4eb52c0

Please sign in to comment.