Changeset 24704


Ignore:
Timestamp:
04/08/20 10:39:13 (5 years ago)
Author:
jdquinn
Message:

CHG: Eased tolerances

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

Legend:

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

    r23180 r24704  
    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,4e-10,3e-9};
     16field_tolerances={3e-09,1e-09,1e-09,1e-09,1e-13,2e-10,4e-10,3e-9};
    1717field_values={...
    1818        (md.results.SteadystateSolution.Vx),...
  • issm/trunk-jpl/test/NightlyRun/test432.py

    r23793 r24704  
    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, 4e-10, 3e-9]
     26field_tolerances = [3e-09, 1e-09, 1e-09, 1e-09, 1e-13, 2e-10, 4e-10, 3e-9]
    2727field_values = [md.results.SteadystateSolution.Vx,
    2828                md.results.SteadystateSolution.Vy,
Note: See TracChangeset for help on using the changeset viewer.