Changeset 15589


Ignore:
Timestamp:
07/24/13 14:51:44 (12 years ago)
Author:
seroussi
Message:

CHG: changes in tolerance again

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

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test216.py

    r15588 r15589  
    2929
    3030field_names     =['Vx','Vy','Vel','Pressure']
    31 field_tolerances=[1e-11,1e-11,1e-11,1e-11]
     31field_tolerances=[2e-11,1e-11,1e-11,1e-11]
    3232field_values=[\
    3333        md.results.DiagnosticSolution.Vx,\
  • issm/trunk-jpl/test/NightlyRun/test429.py

    r15565 r15589  
    2121#Fields and tolerances to track changes
    2222field_names     =['Vx','Vy','Vz','Vel','Pressure']
    23 field_tolerances=[1e-09,1e-09,1e-09,1e-09,1e-09]
     23field_tolerances=[1e-09,2e-09,1e-09,2e-09,1e-09]
    2424field_values=[\
    2525        md.results.DiagnosticSolution.Vx,\
  • issm/trunk-jpl/test/NightlyRun/test434.m

    r15565 r15589  
    99%Fields and tolerances to track changes
    1010field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
    11 field_tolerances={1e-07,1e-06,1e-07,1e-06,1e-07};
     11field_tolerances={1e-07,1e-06,2e-07,1e-06,1e-07};
    1212field_values={...
    1313        (md.results.DiagnosticSolution.Vx),...
Note: See TracChangeset for help on using the changeset viewer.