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:
Luc Maisonobe 2009-08-01 19:41:25 +00:00
parent 0cf09657de
commit a0627bc5d7
2 changed files with 2 additions and 0 deletions

View File

@ -1206,6 +1206,7 @@ public class MinpackTest
double[] theoreticalMinParams) {
super(m, startParams, theoreticalStartCost,
theoreticalMinCost, theoreticalMinParams);
setCostAccuracy(2.5e-8);
}
@Override

View File

@ -1196,6 +1196,7 @@ public class MinpackTest extends TestCase {
double[] theoreticalMinParams) {
super(m, startParams, theoreticalMinCost,
theoreticalMinParams);
setCostAccuracy(2.5e-8);
}
@Override