Changeset 21923


Ignore:
Timestamp:
08/09/17 14:27:45 (8 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxed tolerances

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

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test3019.m

    r21056 r21923  
    3333%Fields and tolerances to track changes
    3434field_names     ={'Jac Forward','Jac Reverse','Jac Forward - Reverse'};
    35 field_tolerances={1e-8,1e-8,1e-6};
     35field_tolerances={1e-8,1e-8,5e-6};
    3636field_values={jac_forward,jac_reverse,jac_forward-jac_reverse};
  • issm/trunk-jpl/test/NightlyRun/test3019.py

    r21408 r21923  
    4545#Fields and tolerances to track changes
    4646field_names     =['Jac Forward','Jac Reverse','Jac Forward - Reverse']
    47 field_tolerances=[1e-8,1e-8,1e-6]
     47field_tolerances=[1e-8,1e-8,5e-6]
    4848field_values=[jac_forward,jac_reverse,jac_forward-jac_reverse]
Note: See TracChangeset for help on using the changeset viewer.