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
> > 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
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
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 {
>