Ignore:
Timestamp:
07/22/16 15:43:46 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxing tolerances

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test3101.py

    r20001 r20986  
    2222field_names     =['Vx','Vy','Vel','Pressure',\
    2323        'DeviatoricStressxx','DeviatoricStressyy','DeviatoricStressxy']
    24 field_tolerances=[1e-13,1e-13,1e-13,1e-13,\
    25         1e-13,1e-13,1e-13]
     24field_tolerances=[1e-12,1e-12,1e-12,1e-12,\
     25        1e-12,1e-12,1e-12]
    2626field_values=[\
    2727        md.results.StressbalanceSolution.Vx,\
Note: See TracChangeset for help on using the changeset viewer.