Changeset 15735


Ignore:
Timestamp:
08/07/13 09:53:07 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxing some tolerances

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

Legend:

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

    r15709 r15735  
    1010%Fields and tolerances to track changes
    1111field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
    12 field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-13};
     12field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-13};
    1313field_values={...
    1414        (md.results.DiagnosticSolution.Vx),...
  • issm/trunk-jpl/test/NightlyRun/test285.py

    r15709 r15735  
    2020#Fields and tolerances to track changes
    2121field_names     =['Vx', 'Vy', 'Vz', 'Vel','Pressure'];
    22 field_tolerances=[1e-09,1e-09,1e-09,1e-09,1e-13];
     22field_tolerances=[1e-08,1e-08,1e-08,1e-08,1e-13];
    2323field_values=[\
    2424        md.results.DiagnosticSolution.Vx,\
Note: See TracChangeset for help on using the changeset viewer.