Changeset 23181


Ignore:
Timestamp:
08/24/18 13:37:07 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxed tolerance

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

Legend:

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

    r21056 r23181  
    1010%Fields and tolerances to track changes
    1111field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
    12 field_tolerances={2e-09,2e-09,2e-09,2e-09,2e-09};
     12field_tolerances={3e-09,3e-09,3e-09,3e-09,3e-09};
    1313field_values={...
    1414        (md.results.StressbalanceSolution.Vx),...
  • issm/trunk-jpl/test/NightlyRun/test403.py

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