Changeset 23470


Ignore:
Timestamp:
11/19/18 09:31:26 (6 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/test421.m

    r23193 r23470  
    1010%Fields and tolerances to track changes
    1111field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
    12 field_tolerances={2e-06,9e-07,2e-05,2e-06,2e-06};
     12field_tolerances={2e-06,2e-06,2e-05,2e-06,2e-06};
    1313field_values={...
    1414        (md.results.StressbalanceSolution.Vx),...
  • issm/trunk-jpl/test/NightlyRun/test421.py

    r23193 r23470  
    2020#Fields and tolerances to track changes
    2121field_names     =['Vx','Vy','Vz','Vel','Pressure']
    22 field_tolerances=[2e-06,9e-07,2e-05,2e-06,2e-06]
     22field_tolerances=[2e-06,2e-06,2e-05,2e-06,2e-06]
    2323field_values=[\
    2424        md.results.StressbalanceSolution.Vx,\
Note: See TracChangeset for help on using the changeset viewer.