Ignore:
Timestamp:
02/25/16 10:01:48 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxing tolerances on Pressure FS

File:
1 edited

Legend:

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

    r19523 r20245  
    2020#Fields and tolerances to track changes
    2121field_names     =['Vx','Vy','Vz','Vel','Pressure']
    22 field_tolerances=[6e-07,6e-07,2e-06,1e-06,1e-07]
     22field_tolerances=[6e-07,6e-07,2e-06,1e-06,3e-07]
    2323field_values=[\
    2424        md.results.StressbalanceSolution.Vx,\
Note: See TracChangeset for help on using the changeset viewer.