Subject: TestSuite and other Failures in today's CVS head
From: Raymond Toy
Date: Tue, 24 Feb 2009 19:29:20 -0500
Raymond Toy wrote:
> David Ronis wrote:
>
>> I'm running on a linux (slackware-12.1) box with clisp-2.47. The build
>> went without complaint, but make check reveals:
>>
>> Running tests in rtest15:
>> ********************** Problem 237 ***************
>> Input:
>> ev(Y2, numer)
>>
>>
>> Result:
>> [.5422366033071744, 1.943092630269517,
>> 1.969205044088926, .5360853616153969,
>> .4610193427194349,
>> 1.716205223757663]
>>
>> This differed from the expected result:
>> [.5422366033071744, .4814049171519623, .4750213033941648,
>> 1.645105736576537,
>> 1.91297202083972,
>> 0.51387624945997]
>>
>> ********************** Problem 238 ***************
>> Input:
>> 8 1 1
>> 8
>> [inverse_jacobi_dc(float(-), float(-)), inverse_jacobi_dn(float(-),
>> float(-)),
>> 7 7 7
>> 7
>> 1 8 8
>> 9
>> inverse_jacobi_ds(float(-), float(-)), inverse_jacobi_nc(float(-),
>> float(-)),
>> 7 7 7
>> 7
>> 8 9 8
>> 9
>> inverse_jacobi_nd(float(-), float(-)), inverse_jacobi_ns(float(-),
>> float(-))]
>> 7 7 7
>> 7
>>
>>
>>
> Oops. My fault I think. I corrected some mistakes in the calculation of
> elliptic_f and elliptic_k last night and they're used for some of the
> inverse_jacobi functions. I checked with Mathematica, and the new
> results are closer to the correct results. I'll fix these soon.
>
>
Fixed.
Ray