Changeset 19372
- Timestamp:
- 05/15/15 18:06:48 (10 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/test/NightlyRun/test432.m ¶
r19049 r19372 14 14 %Fields and tolerances to track changes 15 15 field_names ={'Vx','Vy','Vz','Vel','Pressure','Temperature','Waterfraction','Enthalpy'}; 16 field_tolerances={3e-09,1e-09,1e-09,1e-09,1e-13,1e-10,3e-10,3e- 10};16 field_tolerances={3e-09,1e-09,1e-09,1e-09,1e-13,1e-10,3e-10,3e-9}; 17 17 field_values={... 18 18 (md.results.SteadystateSolution.Vx),... -
TabularUnified issm/trunk-jpl/test/NightlyRun/test432.py ¶
r19049 r19372 24 24 #Fields and tolerances to track changes 25 25 field_names =['Vx','Vy','Vz','Vel','Pressure','Temperature','Waterfraction','Enthalpy'] 26 field_tolerances=[3e-09,1e-09,1e-09,1e-09,1e-13,1e-10,3e-10,3e- 10]26 field_tolerances=[3e-09,1e-09,1e-09,1e-09,1e-13,1e-10,3e-10,3e-9] 27 27 field_values=[\ 28 28 md.results.SteadystateSolution.Vx,\
Note:
See TracChangeset
for help on using the changeset viewer.