Changeset 17011
- Timestamp:
- 12/05/13 15:14:46 (11 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/test/NightlyRun/test119.m ¶
r16966 r17011 18 18 %Fields and tolerances to track changes 19 19 field_names ={'x1','y1','x2','y2','nbelements','elapsed time'}; 20 field_tolerances={2e-9,2e-9,1e-13,1e-13,1e-13, 1.5};20 field_tolerances={2e-9,2e-9,1e-13,1e-13,1e-13,4.}; 21 21 field_values={... 22 22 x1, y1,... -
TabularUnified issm/trunk-jpl/test/NightlyRun/test119.py ¶
r16970 r17011 23 23 #Fields and tolerances to track changes 24 24 field_names =['x1','y1','x2','y2','nbelements','elapsed time'] 25 field_tolerances=[2e-9,2e-9,1e-13,1e-13,1e-13, 1.5]25 field_tolerances=[2e-9,2e-9,1e-13,1e-13,1e-13,4.0] 26 26 field_values=[\ 27 27 x1, y1,\
Note:
See TracChangeset
for help on using the changeset viewer.