Ignore:
Timestamp:
11/30/18 14:18:01 (6 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxing tolerances

File:
1 edited

Legend:

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

    r21408 r23496  
    2121# Fields and tolerances to track changes
    2222field_names     =['Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsGroundediceMeltingRate']
    23 field_tolerances=[1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06]
     23field_tolerances=[1e-09,1e-09,5e-08,5e-08,1e-09,5e-09,1e-06]
    2424field_values=[\
    2525        md.results.SteadystateSolution.Vx,\
Note: See TracChangeset for help on using the changeset viewer.