Changeset 17011


Ignore:
Timestamp:
12/05/13 15:14:46 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxed bamg tolerance

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

Legend:

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

    r16966 r17011  
    1818%Fields and tolerances to track changes
    1919field_names     ={'x1','y1','x2','y2','nbelements','elapsed time'};
    20 field_tolerances={2e-9,2e-9,1e-13,1e-13,1e-13,1.5};
     20field_tolerances={2e-9,2e-9,1e-13,1e-13,1e-13,4.};
    2121field_values={...
    2222        x1, y1,...
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test119.py

    r16970 r17011  
    2323#Fields and tolerances to track changes
    2424field_names     =['x1','y1','x2','y2','nbelements','elapsed time']
    25 field_tolerances=[2e-9,2e-9,1e-13,1e-13,1e-13,1.5]
     25field_tolerances=[2e-9,2e-9,1e-13,1e-13,1e-13,4.0]
    2626field_values=[\
    2727        x1, y1,\
Note: See TracChangeset for help on using the changeset viewer.