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) {
|
||||
super(m, startParams, theoreticalStartCost,
|
||||
theoreticalMinCost, theoreticalMinParams);
|
||||
setCostAccuracy(2.5e-8);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -1196,6 +1196,7 @@ public class MinpackTest extends TestCase {
|
|||
double[] theoreticalMinParams) {
|
||||
super(m, startParams, theoreticalMinCost,
|
||||
theoreticalMinParams);
|
||||
setCostAccuracy(2.5e-8);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue