Changeset 28272


Ignore:
Timestamp:
05/15/24 19:32:31 (10 months ago)
Author:
jdquinn
Message:

CHG: Adjusted tolerance; clean up

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

Legend:

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

    r23687 r28272  
    2424%Fields and tolerances to track changes
    2525field_names     ={'x1','y1','x2','y2','nbelements','elapsed time'};
    26 field_tolerances={2e-9,2e-9,1e-13,1e-13,1e-13,6.0};
     26field_tolerances={2e-9,2e-9,1e-13,1e-13,1e-13,6.5};
    2727field_values={...
    2828        x1, y1,...
  • issm/trunk-jpl/test/NightlyRun/test119.py

    r24256 r28272  
    2828#Fields and tolerances to track changes
    2929field_names = ['x1', 'y1', 'x2', 'y2', 'nbelements', 'elapsed time']
    30 # NOTE: Elapsed time tolerance has been increased to 7.0 for this test, but not the MATLBAB one
     30# NOTE: Elapsed time tolerance has been increased to 7.0 for this test, but not the MATLAB one
    3131field_tolerances = [2e-9, 2e-9, 1e-13, 1e-13, 1e-13, 7.0]
    3232field_values = [x1, y1, x2, y2, nbewithinrange, elapsedtime]
Note: See TracChangeset for help on using the changeset viewer.