increased max evaluation count to allow root bracketing post-processing
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1144890 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c65e8fdd4e
commit
ddd7f07939
|
@ -49,7 +49,7 @@ public class EventStateTest {
|
|||
|
||||
final double tolerance = 0.1;
|
||||
EventState es = new EventState(closeEventsGenerator, 1.5 * gap,
|
||||
tolerance, 10,
|
||||
tolerance, 100,
|
||||
new BrentSolver(tolerance));
|
||||
|
||||
AbstractStepInterpolator interpolator =
|
||||
|
|
Loading…
Reference in New Issue