Changeset 16089


Ignore:
Timestamp:
09/05/13 09:25:34 (12 years ago)
Author:
Eric.Larour
Message:

CHG: relaxed tolerance

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

Legend:

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

    r15771 r16089  
    99%Fields and tolerances to track changes
    1010field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
    11 field_tolerances={1e-07,1e-07,1e-06,1e-07,1e-07};
     11field_tolerances={1.5e-07,1e-07,1e-06,1e-07,1e-07};
    1212field_values={...
    1313        (md.results.StressbalanceSolution.Vx),...
  • issm/trunk-jpl/test/NightlyRun/test404.py

    r15771 r16089  
    1919#Fields and tolerances to track changes
    2020field_names     =['Vx','Vy','Vz','Vel','Pressure']
    21 field_tolerances=[1e-07,1e-07,1e-06,1e-07,1e-07]
     21field_tolerances=[1.5e-07,1e-07,1e-06,1e-07,1e-07]
    2222field_values=[\
    2323        md.results.StressbalanceSolution.Vx,\
Note: See TracChangeset for help on using the changeset viewer.