Changeset 15647


Ignore:
Timestamp:
07/29/13 13:49:18 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxed tolerances

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

Legend:

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

    r15138 r15647  
    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,0.8};
     20field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1.};
    2121field_values={...
    2222        x1, y1,...
  • issm/trunk-jpl/test/NightlyRun/test119.py

    r15138 r15647  
    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,0.8]
     25field_tolerances=[1e-13,1e-13,1e-13,1e-13,1e-13,1.0]
    2626field_values=[\
    2727        x1, y1,\
  • issm/trunk-jpl/test/NightlyRun/test225.m

    r15607 r15647  
    1616        1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05,...
    1717        2e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05,...
    18         1e-09,1e-09,1e-08,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05};
     18        1e-08,1e-08,1e-08,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05};
    1919field_values={...
    2020        (md.results.TransientSolution(1).Vx),...
  • issm/trunk-jpl/test/NightlyRun/test225.py

    r15609 r15647  
    2626        1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05,\
    2727        2e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05,\
    28         1e-09,1e-09,1e-08,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05]
     28        1e-08,1e-08,1e-08,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05]
    2929field_values=[\
    3030        md.results.TransientSolution[0].Vx,\
  • issm/trunk-jpl/test/NightlyRun/test429.py

    r15589 r15647  
    2121#Fields and tolerances to track changes
    2222field_names     =['Vx','Vy','Vz','Vel','Pressure']
    23 field_tolerances=[1e-09,2e-09,1e-09,2e-09,1e-09]
     23field_tolerances=[2e-09,2e-09,1e-09,2e-09,1e-09]
    2424field_values=[\
    2525        md.results.DiagnosticSolution.Vx,\
Note: See TracChangeset for help on using the changeset viewer.