Changeset 28272
- Timestamp:
- 05/15/24 19:32:31 (10 months ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test119.m
r23687 r28272 24 24 %Fields and tolerances to track changes 25 25 field_names ={'x1','y1','x2','y2','nbelements','elapsed time'}; 26 field_tolerances={2e-9,2e-9,1e-13,1e-13,1e-13,6. 0};26 field_tolerances={2e-9,2e-9,1e-13,1e-13,1e-13,6.5}; 27 27 field_values={... 28 28 x1, y1,... -
issm/trunk-jpl/test/NightlyRun/test119.py
r24256 r28272 28 28 #Fields and tolerances to track changes 29 29 field_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 MATL BAB one30 # NOTE: Elapsed time tolerance has been increased to 7.0 for this test, but not the MATLAB one 31 31 field_tolerances = [2e-9, 2e-9, 1e-13, 1e-13, 1e-13, 7.0] 32 32 field_values = [x1, y1, x2, y2, nbewithinrange, elapsedtime]
Note:
See TracChangeset
for help on using the changeset viewer.