Changeset 19187


Ignore:
Timestamp:
03/06/15 14:39:23 (10 years ago)
Author:
glperez
Message:

CHG: Relaxed tolerances of Python tests 318 and 515 to synchronize with Matlab tests.

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

Legend:

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

    r19049 r19187  
    2020#Fields and tolerances to track changes
    2121field_names     =['Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsGroundediceMeltingRate']
    22 field_tolerances=[1e-13,1e-13,1.5e-10,1e-10,1e-13,1e-11,1e-6]
     22field_tolerances=[1e-13,1e-13,1.6e-10,1e-10,1e-13,1e-11,1e-6]
    2323field_values=[\
    2424        md.results.SteadystateSolution.Vx,\
  • issm/trunk-jpl/test/NightlyRun/test515.py

    r19049 r19187  
    2525field_names     =['Temperature1','BasalforcingsGroundediceMeltingRate1', \
    2626                                      'Temperature2','BasalforcingsGroundediceMeltingRate2']
    27 field_tolerances=[1e-13,1e-8,1e-13,2e-8]
     27field_tolerances=[1e-13,1e-8,1e-13,5e-8]
    2828field_values=[\
    2929        md.results.TransientSolution[0].Temperature,\
Note: See TracChangeset for help on using the changeset viewer.