Ignore:
Timestamp:
08/21/18 13:46:35 (7 years ago)
Author:
jdquinn
Message:

CHG: Relaxing tolerances.

File:
1 edited

Legend:

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

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