Changeset 22578


Ignore:
Timestamp:
03/20/18 12:04:33 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxing tolerance

File:
1 edited

Legend:

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

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