[23186] | 1 | Index: ../trunk-jpl/test/NightlyRun/test421.m
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/test/NightlyRun/test421.m (revision 23101)
|
---|
| 4 | +++ ../trunk-jpl/test/NightlyRun/test421.m (revision 23102)
|
---|
| 5 | @@ -9,7 +9,7 @@
|
---|
| 6 |
|
---|
| 7 | %Fields and tolerances to track changes
|
---|
| 8 | field_names ={'Vx','Vy','Vz','Vel','Pressure'};
|
---|
| 9 | -field_tolerances={8e-07,8e-07,2e-05,9e-07,9e-07};
|
---|
| 10 | +field_tolerances={9e-07,8e-07,2e-05,9e-07,9e-07};
|
---|
| 11 | field_values={...
|
---|
| 12 | (md.results.StressbalanceSolution.Vx),...
|
---|
| 13 | (md.results.StressbalanceSolution.Vy),...
|
---|
| 14 | Index: ../trunk-jpl/test/NightlyRun/test421.py
|
---|
| 15 | ===================================================================
|
---|
| 16 | --- ../trunk-jpl/test/NightlyRun/test421.py (revision 23101)
|
---|
| 17 | +++ ../trunk-jpl/test/NightlyRun/test421.py (revision 23102)
|
---|
| 18 | @@ -19,7 +19,7 @@
|
---|
| 19 |
|
---|
| 20 | #Fields and tolerances to track changes
|
---|
| 21 | field_names =['Vx','Vy','Vz','Vel','Pressure']
|
---|
| 22 | -field_tolerances=[8e-07,8e-07,2e-05,9e-07,9e-07]
|
---|
| 23 | +field_tolerances=[9e-07,8e-07,2e-05,9e-07,9e-07]
|
---|
| 24 | field_values=[\
|
---|
| 25 | md.results.StressbalanceSolution.Vx,\
|
---|
| 26 | md.results.StressbalanceSolution.Vy,\
|
---|