#5660: [with patch, positive review] count_points(1) for elliptic curves over
finite fields is stupid
-----------------------------+----------------------------------------------
Reporter: was | Owner: davidloeffler
Type: enhancement | Status: new
Priority: major | Milestone: sage-4.1.2
Component: elliptic curves | Keywords:
Reviewer: Alex Ghitza | Author: John Cremona
Merged: |
-----------------------------+----------------------------------------------
Comment(by mvngu):
I'm getting the following doctest failure with the above two patches
applied to Sage 4.1.1:
{{{
sage -t -long devel/sage-main/sage/schemes/generic/algebraic_scheme.py
**********************************************************************
File
"/scratch/mvngu/sage-4.1.1-sage.math.washington.edu-x86_64-Linux/devel
/sage-main/sage/schemes/generic/algebraic_scheme.py", line 794:
sage: Etilde.rational_points()
Expected:
[(0 : 0 : 1), (1 : 0 : 1), (2 : 0 : 1), (0 : 2 : 1), (1 : 2 : 1), (2 :
2 : 1), (0 : 1 : 0)]
Got:
[(0 : 0 : 1), (0 : 1 : 0), (0 : 2 : 1), (1 : 0 : 1), (1 : 2 : 1), (2 :
0 : 1), (2 : 2 : 1)]
**********************************************************************
1 items had failures:
1 of 10 in __main__.example_28
***Test Failed*** 1 failures.
For whitespace errors, see the file
/scratch/mvngu/sage-4.1.1-sage.math.washington.edu-x86_64-Linux/tmp/.doctest_algebraic_scheme.py
[4.4 s]
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5660#comment:6>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
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-trac?hl=en
-~----------~----~----~----~------~----~------~--~---