Changeset 15242


Ignore:
Timestamp:
06/12/13 07:41:49 (12 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/test405.m

    r13671 r15242  
    99%Fields and tolerances to track changes
    1010field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
    11 field_tolerances={1e-05,1e-05,1e-05,1e-05,1e-05};
     11field_tolerances={5e-05,5e-05,5e-05,5e-05,1e-05};
    1212field_values={...
    1313        (md.results.DiagnosticSolution.Vx),...
  • issm/trunk-jpl/test/NightlyRun/test405.py

    r13967 r15242  
    1919#Fields and tolerances to track changes
    2020field_names     =['Vx','Vy','Vz','Vel','Pressure']
    21 field_tolerances=[1e-05,1e-05,1e-05,1e-05,1e-05]
     21field_tolerances=[5e-05,5e-05,5e-05,5e-05,1e-05]
    2222field_values=[\
    2323        md.results.DiagnosticSolution.Vx,\
Note: See TracChangeset for help on using the changeset viewer.