Changeset 23671


Ignore:
Timestamp:
01/31/19 11:32:45 (6 years ago)
Author:
jdquinn
Message:

CHG: Adjustment to elapsed time tolerance

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

Legend:

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

    r22720 r23671  
    2424%Fields and tolerances to track changes
    2525field_names     ={'x1','y1','x2','y2','nbelements','elapsed time'};
    26 field_tolerances={2e-9,2e-9,1e-13,1e-13,1e-13,4.};
     26field_tolerances={2e-9,2e-9,1e-13,1e-13,1e-13,5.0};
    2727field_values={...
    2828        x1, y1,...
  • issm/trunk-jpl/test/NightlyRun/test119.py

    r21877 r23671  
    2929#Fields and tolerances to track changes
    3030field_names     =['x1','y1','x2','y2','nbelements','elapsed time']
    31 field_tolerances=[2e-9,2e-9,1e-13,1e-13,1e-13,4.0]
     31field_tolerances=[2e-9,2e-9,1e-13,1e-13,1e-13,5.0]
    3232field_values=[\
    3333        x1, y1,\
Note: See TracChangeset for help on using the changeset viewer.