Changeset 23692


Ignore:
Timestamp:
02/05/19 09:43:05 (6 years ago)
Author:
jdquinn
Message:

CHG: Increased elapsed time tolerance for Python version of test 119 only

File:
1 edited

Legend:

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

    r23687 r23692  
    2929#Fields and tolerances to track changes
    3030field_names     =['x1','y1','x2','y2','nbelements','elapsed time']
    31 field_tolerances=[2e-9,2e-9,1e-13,1e-13,1e-13,6.0]
     31# NOTE: Elapsed time tolerance has been increased to 7.0 for this test, but not the MATLBAB one
     32field_tolerances=[2e-9,2e-9,1e-13,1e-13,1e-13,7.0]
    3233field_values=[\
    3334        x1, y1,\
Note: See TracChangeset for help on using the changeset viewer.