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:
Luc Maisonobe 2008-07-10 14:05:01 +00:00
parent b3cfa0fdb9
commit e7a11765d4
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}