Ignore:
Timestamp:
04/21/14 09:03:45 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxing some tolerances

File:
1 edited

Legend:

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

    r17689 r17787  
    3535#Fields and tolerances to track changes
    3636field_names     =['Gradient','Misfits','FrictionCoefficient','Pressure','Vel','Vx','Vy']
    37 field_tolerances=[5e-05,1e-08,1e-09,1e-09,2e-09,2e-09,2e-09]
     37field_tolerances=[1e-05,1e-08,1e-09,1e-09,2e-09,2e-09,2e-09]
    3838field_values=[\
    3939        md.results.StressbalanceSolution.Gradient1,\
Note: See TracChangeset for help on using the changeset viewer.