Changeset 23692
- Timestamp:
- 02/05/19 09:43:05 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test119.py
r23687 r23692 29 29 #Fields and tolerances to track changes 30 30 field_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 32 field_tolerances=[2e-9,2e-9,1e-13,1e-13,1e-13,7.0] 32 33 field_values=[\ 33 34 x1, y1,\
Note:
See TracChangeset
for help on using the changeset viewer.