Ignore:
Timestamp:
02/20/14 09:43:43 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxing some tolerances

File:
1 edited

Legend:

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

    r17220 r17320  
    3636# Fields and tolerances to track changes
    3737field_names     =['Gradient','Misfits','FrictionCoefficient','Pressure','Vel','Vx','Vy','Vz','Temperature','BasalforcingsMeltingRate']
    38 field_tolerances=[2e-10,2e-10,1e-10,1e-10,1e-6,1e-6,1e-6,2e-6,1e-6,2e-06]
     38field_tolerances=[2e-10,2e-10,1e-10,1e-10,2e-6,1e-6,2e-6,2e-6,1e-6,2e-06]
    3939field_values=[\
    4040        md.results.SteadystateSolution.Gradient1,\
Note: See TracChangeset for help on using the changeset viewer.