Changeset 23687


Ignore:
Timestamp:
02/02/19 17:08:23 (6 years ago)
Author:
Mathieu Morlighem
Message:

CHG: tightening tolerances

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

Legend:

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

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

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