Changeset 23683


Ignore:
Timestamp:
02/01/19 19:55:20 (6 years ago)
Author:
jdquinn
Message:

CHG: Eased elapsed time tolerance

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

Legend:

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

    r23671 r23683  
    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,5.0};
     26field_tolerances={2e-9,2e-9,1e-13,1e-13,1e-13,8.0};
    2727field_values={...
    2828        x1, y1,...
  • issm/trunk-jpl/test/NightlyRun/test119.py

    r23671 r23683  
    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,5.0]
     31field_tolerances=[2e-9,2e-9,1e-13,1e-13,1e-13,8.0]
    3232field_values=[\
    3333        x1, y1,\
Note: See TracChangeset for help on using the changeset viewer.