Changeset 15902


Ignore:
Timestamp:
08/23/13 13:29:21 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxing some tolerances

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

Legend:

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

    r15647 r15902  
    1818%Fields and tolerances to track changes
    1919field_names     ={'x1','y1','x2','y2','nbelements','elapsed time'};
    20 field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1.};
     20field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1.5};
    2121field_values={...
    2222        x1, y1,...
  • issm/trunk-jpl/test/NightlyRun/test119.py

    r15647 r15902  
    2323#Fields and tolerances to track changes
    2424field_names     =['x1','y1','x2','y2','nbelements','elapsed time']
    25 field_tolerances=[1e-13,1e-13,1e-13,1e-13,1e-13,1.0]
     25field_tolerances=[1e-13,1e-13,1e-13,1e-13,1e-13,1.5]
    2626field_values=[\
    2727        x1, y1,\
  • issm/trunk-jpl/test/NightlyRun/test508.m

    r15565 r15902  
    1010%Fields and tolerances to track changes
    1111field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsMeltingRate'};
    12 field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-08};
     12field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-07};
    1313field_values={...
    1414        (md.results.SteadystateSolution.Vx),...
  • issm/trunk-jpl/test/NightlyRun/test508.py

    r15586 r15902  
    1919# Fields and tolerances to track changes
    2020field_names     =['Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsMeltingRate']
    21 field_tolerances=[1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,2e-08]
     21field_tolerances=[1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,2e-07]
    2222field_values=[\
    2323        md.results.SteadystateSolution.Vx,\
Note: See TracChangeset for help on using the changeset viewer.