Changeset 22566


Ignore:
Timestamp:
03/19/18 10:40:11 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxing tolernaces

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

Legend:

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

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

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