Changeset 20483


Ignore:
Timestamp:
04/08/16 15:44:59 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxing tolerances

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

Legend:

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

    r19049 r20483  
    1111%Fields and tolerances to track changes
    1212field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
    13 field_tolerances={3e-07,2e-07,2e-06,2e-07,5e-07};
     13field_tolerances={4e-07,4e-07,2e-06,2e-07,5e-07};
    1414field_values={...
    1515        (md.results.StressbalanceSolution.Vx),...
  • issm/trunk-jpl/test/NightlyRun/test422.py

    r19049 r20483  
    2121#Fields and tolerances to track changes
    2222field_names     =['Vx','Vy','Vz','Vel','Pressure']
    23 field_tolerances=[3e-07,2e-07,2e-06,2e-07,5e-07]
     23field_tolerances=[4e-07,4e-07,2e-06,2e-07,5e-07]
    2424field_values=[\
    2525        md.results.StressbalanceSolution.Vx,\
Note: See TracChangeset for help on using the changeset viewer.