Changeset 16554


Ignore:
Timestamp:
10/28/13 09:16:10 (11 years ago)
Author:
seroussi
Message:

CHG: tolerances python

Location:
issm/trunk-jpl/test/NightlyRun
Files:
2 edited

Legend:

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

    r16472 r16554  
    2525#Fields and tolerances to track changes
    2626field_names     =['Enthalpy','Waterfraction','Temperature']
    27 field_tolerances=[1e-13,1.45e-10,1e-13]
     27field_tolerances=[1e-13,2e-10,1e-13]
    2828field_values=[\
    2929        md.results.ThermalSolution.Enthalpy,\
  • issm/trunk-jpl/test/NightlyRun/test421.py

    r16072 r16554  
    1919#Fields and tolerances to track changes
    2020field_names     =['Vx','Vy','Vz','Vel','Pressure']
    21 field_tolerances=[1e-07,1e-07,2e-05,1e-07,2e-07]
     21field_tolerances=[2e-07,1e-07,2e-05,1e-07,2e-07]
    2222field_values=[\
    2323        md.results.StressbalanceSolution.Vx,\
Note: See TracChangeset for help on using the changeset viewer.