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