Changeset 19186


Ignore:
Timestamp:
03/06/15 14:34:52 (10 years ago)
Author:
glperez
Message:

CHG: Relaxed tolerances of matlab tests 318 and 515 to correct failures in Windows build.

Location:
issm/trunk-jpl/test/NightlyRun
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test318.m

    r19049 r19186  
    1111%Fields and tolerances to track changes
    1212field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsGroundediceMeltingRate'};
    13 field_tolerances={1e-13,1e-13,4e-10,1e-10,1e-13,1e-11,1e-6};
     13field_tolerances={1e-13,1e-13,6e-10,1e-10,1e-13,1e-11,1e-6};
    1414field_values={...
    1515        (md.results.SteadystateSolution.Vx),...
  • issm/trunk-jpl/test/NightlyRun/test515.m

    r19049 r19186  
    1616field_names     ={'Temperature1','BasalforcingsGroundediceMeltingRate1', ...
    1717                                      'Temperature2','BasalforcingsGroundediceMeltingRate2'};
    18 field_tolerances={1e-13,1e-8,1e-13,3e-8};
     18field_tolerances={1e-13,1e-8,1e-13,5e-8};
    1919field_values={...
    2020        (md.results.TransientSolution(1).Temperature),...
Note: See TracChangeset for help on using the changeset viewer.