Re: [MATH] don't know how to fix UnivariateRealSolverUtilsTest.java test failures

2010-10-01 Thread Luc Maisonobe
Le 01/10/2010 19:09, Gilles Sadowski a écrit : >>> public void testSolveBadAccuracy() throws MathException { >>> try { // bad accuracy >>> UnivariateRealSolverUtils.solve(sin, 0.0, 4.0, 0.0); >> >> I guess this one cannot be triggered anymore since changes to >> convergence

Re: [MATH] don't know how to fix UnivariateRealSolverUtilsTest.java test failures

2010-10-01 Thread Gilles Sadowski
> > public void testSolveBadAccuracy() throws MathException { > > try { // bad accuracy > > UnivariateRealSolverUtils.solve(sin, 0.0, 4.0, 0.0); > > I guess this one cannot be triggered anymore since changes to > convergence behavior. The ConvergingAlgorithm that provides t

Re: [MATH] don't know how to fix UnivariateRealSolverUtilsTest.java test failures

2010-10-01 Thread Luc Maisonobe
Le 01/10/2010 17:01, sebb AT ASF a écrit : > The following tests were updated recently to add fail() calls, but the > IAE is not generated. > > Anyone have an idea how to fix the tests so the IAE is thrown? > > public void testSolveBadEndpoints() throws MathException { > try { // bad

Re: [MATH] don't know how to fix UnivariateRealSolverUtilsTest.java test failures

2010-10-01 Thread Gilles Sadowski
On Fri, Oct 01, 2010 at 04:01:21PM +0100, sebb AT ASF wrote: > The following tests were updated recently to add fail() calls, but the > IAE is not generated. > > Anyone have an idea how to fix the tests so the IAE is thrown? > > public void testSolveBadEndpoints() throws MathException { >

[MATH] don't know how to fix UnivariateRealSolverUtilsTest.java test failures

2010-10-01 Thread sebb AT ASF
The following tests were updated recently to add fail() calls, but the IAE is not generated. Anyone have an idea how to fix the tests so the IAE is thrown? public void testSolveBadEndpoints() throws MathException { try { // bad endpoints UnivariateRealSolverUtils.solve(sin