William Stein wrote:
>>A fresh install of sage-1.4.1.2 seems to be successful, but
>>
>>The following tests failed:
>>
>>
>> sage -t devel/sage-main/sage/libs/ec/ec.pyx
>> sage -t devel/sage-main/sage/functions/orthogonal_polys.py
>
>
> They don't fail for me, so perhaps you should list the failures?
>
>
Seems to be a floating point issue:
This one is always there:
> sage -t devel/sage-main/sage/libs/ec/ec.pyx
> **********************************************************************
> File "ec.py", line 69:
> sage: ec.ec([1,2,3,4,5])
> Expected:
> {'conductor': '10351', 'Modular degree': '464', 'Curve1': '[1, -1, 0, 4,
> 3, -3, 8, 12, -25, -183, -3429, -10351, 6128487/10351]', 'minimal equation':
> '[1, -1, 0, 4, 3, -3, 8, 12, -25, -183, -3429, -10351, 6128487/10351]',
> 'X0NUM': '1', 'lratio': '1.2653937917645377009', 'analytic rank': '1',
> 'X0CURVE': '[1, -1, 0, 4, 3, -3, 8, 12, -25, -183, -3429, -10351,
> 6128487/10351]', 'X0CURVE moddeg': '464'}
> Got:
> {'conductor': '10351', 'Modular degree': '464', 'Curve1': '[1, -1, 0, 4,
> 3, -3, 8, 12, -25, -183, -3429, -10351, 6128487/10351]', 'minimal equation':
> '[1, -1, 0, 4, 3, -3, 8, 12, -25, -183, -3429, -10351, 6128487/10351]',
> 'X0NUM': '1', 'lratio': '1.2653937917645374789', 'analytic rank': '1',
> 'X0CURVE': '[1, -1, 0, 4, 3, -3, 8, 12, -25, -183, -3429, -10351,
> 6128487/10351]', 'X0CURVE moddeg': '464'}
> **********************************************************************
> 1 items had failures:
> 1 of 2 in __main__.example0
> ***Test Failed*** 1 failures.
>
> [0.7 s]
>
And this one is new:
> sage -t devel/sage-main/sage/functions/orthogonal_polys.py
> **********************************************************************
> File "orthogonal_polys.py", line 466:
> sage: jacobi_P(2,1,2,1.2)
> Expected:
> 5.00999999999999801
> Got:
> 5.00999999999999901
> **********************************************************************
> 1 items had failures:
> 1 of 3 in __main__.example7
> ***Test Failed*** 1 failures.
>
> [1.5 s]
Jaap
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---