Changeset 15589
- Timestamp:
- 07/24/13 14:51:44 (12 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test216.py
r15588 r15589 29 29 30 30 field_names =['Vx','Vy','Vel','Pressure'] 31 field_tolerances=[ 1e-11,1e-11,1e-11,1e-11]31 field_tolerances=[2e-11,1e-11,1e-11,1e-11] 32 32 field_values=[\ 33 33 md.results.DiagnosticSolution.Vx,\ -
issm/trunk-jpl/test/NightlyRun/test429.py
r15565 r15589 21 21 #Fields and tolerances to track changes 22 22 field_names =['Vx','Vy','Vz','Vel','Pressure'] 23 field_tolerances=[1e-09, 1e-09,1e-09,1e-09,1e-09]23 field_tolerances=[1e-09,2e-09,1e-09,2e-09,1e-09] 24 24 field_values=[\ 25 25 md.results.DiagnosticSolution.Vx,\ -
issm/trunk-jpl/test/NightlyRun/test434.m
r15565 r15589 9 9 %Fields and tolerances to track changes 10 10 field_names ={'Vx','Vy','Vz','Vel','Pressure'}; 11 field_tolerances={1e-07,1e-06, 1e-07,1e-06,1e-07};11 field_tolerances={1e-07,1e-06,2e-07,1e-06,1e-07}; 12 12 field_values={... 13 13 (md.results.DiagnosticSolution.Vx),...
Note:
See TracChangeset
for help on using the changeset viewer.