Changeset 19372


Ignore:
Timestamp:
05/15/15 18:06:48 (10 years ago)
Author:
glperez
Message:

CHG: Relaxed test 432 parameter.

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

Legend:

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

    r19049 r19372  
    1414%Fields and tolerances to track changes
    1515field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','Waterfraction','Enthalpy'};
    16 field_tolerances={3e-09,1e-09,1e-09,1e-09,1e-13,1e-10,3e-10,3e-10};
     16field_tolerances={3e-09,1e-09,1e-09,1e-09,1e-13,1e-10,3e-10,3e-9};
    1717field_values={...
    1818        (md.results.SteadystateSolution.Vx),...
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test432.py

    r19049 r19372  
    2424#Fields and tolerances to track changes
    2525field_names     =['Vx','Vy','Vz','Vel','Pressure','Temperature','Waterfraction','Enthalpy']
    26 field_tolerances=[3e-09,1e-09,1e-09,1e-09,1e-13,1e-10,3e-10,3e-10]
     26field_tolerances=[3e-09,1e-09,1e-09,1e-09,1e-13,1e-10,3e-10,3e-9]
    2727field_values=[\
    2828        md.results.SteadystateSolution.Vx,\
Note: See TracChangeset for help on using the changeset viewer.