updated test after step handling changes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0@675576 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b3cfa0fdb9
commit
e7a11765d4
|
@ -174,7 +174,7 @@ public class DormandPrince853IntegratorTest
|
|||
pb.getInitialTime(), pb.getInitialState(),
|
||||
pb.getFinalTime(), new double[pb.getDimension()]);
|
||||
|
||||
assertTrue(pb.getCalls() < 2900);
|
||||
assertTrue(pb.getCalls() < 3300);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue