changed test threshold, it was too tight for JRockit
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@799913 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0cf09657de
commit
a0627bc5d7
|
@ -1206,6 +1206,7 @@ public class MinpackTest
|
||||||
double[] theoreticalMinParams) {
|
double[] theoreticalMinParams) {
|
||||||
super(m, startParams, theoreticalStartCost,
|
super(m, startParams, theoreticalStartCost,
|
||||||
theoreticalMinCost, theoreticalMinParams);
|
theoreticalMinCost, theoreticalMinParams);
|
||||||
|
setCostAccuracy(2.5e-8);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
@ -1196,6 +1196,7 @@ public class MinpackTest extends TestCase {
|
||||||
double[] theoreticalMinParams) {
|
double[] theoreticalMinParams) {
|
||||||
super(m, startParams, theoreticalMinCost,
|
super(m, startParams, theoreticalMinCost,
|
||||||
theoreticalMinParams);
|
theoreticalMinParams);
|
||||||
|
setCostAccuracy(2.5e-8);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue