Changeset 17387


Ignore:
Timestamp:
03/05/14 15:00:04 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxed tolerances

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

Legend:

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

    r15922 r17387  
    1010%Fields and tolerances to track changes
    1111field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
    12 field_tolerances={1e-7,1e-7,1e-6,1e-7,1e-7};
     12field_tolerances={5e-5,5e-5,5e-5,5e-5,1e-7};
    1313field_values={...
    1414        (md.results.StressbalanceSolution.Vx),...
  • issm/trunk-jpl/test/NightlyRun/test290.py

    r17008 r17387  
    2020#Fields and tolerances to track changes
    2121field_names     =['Vx', 'Vy', 'Vz', 'Vel','Pressure'];
    22 field_tolerances=[1e-7,1e-7,1e-6,1e-7,1e-7];
     22field_tolerances=[5e-5,5e-5,5e-5,5e-5,1e-7]
    2323field_values=[\
    2424        md.results.StressbalanceSolution.Vx,\
Note: See TracChangeset for help on using the changeset viewer.