Changeset 16941


Ignore:
Timestamp:
11/25/13 21:15:50 (11 years ago)
Author:
Eric.Larour
Message:

CHG: relaxing tolerances on murdo.

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

Legend:

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

    r16938 r16941  
    3939
    4040field_names     =['Gradient','Misfits','MaterialsRheologyBbar','Pressure','Vel','Vx','Vy']
    41 field_tolerances=[1e-08,1e-09,1e-09,1e-09,2e-09,5e-09,2e-09]
     41field_tolerances=[1e-08,1e-09,2e-09,1e-09,2e-09,5e-09,2e-09]
    4242field_values=[\
    4343        md.results.StressbalanceSolution.Gradient1,\
  • issm/trunk-jpl/test/NightlyRun/test508.py

    r16825 r16941  
    1919# Fields and tolerances to track changes
    2020field_names     =['Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsMeltingRate']
    21 field_tolerances=[5e-08,8.15e-09,5e-08,8.5e-09,1e-09,2e-09,3e-07]
     21field_tolerances=[5e-08,8.15e-09,5e-08,8.5e-09,1e-09,3e-09,3e-07]
    2222field_values=[\
    2323        md.results.SteadystateSolution.Vx,\
Note: See TracChangeset for help on using the changeset viewer.