Changeset 22545


Ignore:
Timestamp:
03/16/18 12:00:32 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxed tolerances

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

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test219.js

    r21175 r22545  
    1111//Fields and tolerances to track changes
    1212field_names     =['Vx','Vy','Vz','Vel','Pressure'];
    13 field_tolerances=[1e-09,1e-09,1e-09,1e-09,1e-13];
     13field_tolerances=[5e-09,5e-09,5e-09,5e-09,1e-13];
    1414field_values=[
    1515        (md.results.StressbalanceSolution[0].Vx),
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test219.m

    r21056 r22545  
    1010%Fields and tolerances to track changes
    1111field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
    12 field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-13};
     12field_tolerances={5e-09,5e-09,5e-09,5e-09,1e-13};
    1313field_values={...
    1414        (md.results.StressbalanceSolution.Vx),...
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test219.py

    r21408 r22545  
    2222
    2323field_names     =['Vx','Vy','Vz','Vel','Pressure']
    24 field_tolerances=[1e-09,1e-09,1e-09,1e-09,1e-13]
     24field_tolerances=[5e-09,5e-09,5e-09,5e-09,1e-13]
    2525field_values=[\
    2626        md.results.StressbalanceSolution.Vx,\
Note: See TracChangeset for help on using the changeset viewer.