Changeset 17008


Ignore:
Timestamp:
12/05/13 07:46:20 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxing tolerances of python tests

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

Legend:

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

    r16075 r17008  
    2525field_tolerances=[\
    2626        1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-8,\
    27         1e-13,1e-13,2e-9,1e-13,3.8e-11,3.85e-11,3.85e-11,3.85e-11,1e-13,1.55e-8,\
    28         2.65e-11,2.55e-12,1e-08,2.4e-12,3.9e-11,1e-10,1e-10,1e-10,7.4e-12,1.85e-8]
     27        1e-13,1e-13,3e-9,1e-13,3.8e-11,3.85e-11,3.85e-11,3.85e-11,1e-13,1.9e-8,\
     28        5e-11,6e-12,1e-08,6e-12,3.9e-11,1e-10,1e-10,1e-10,9e-12,1.85e-8]
    2929
    3030field_values=[\
  • issm/trunk-jpl/test/NightlyRun/test290.py

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