#4275: [with patch, needs review] improved doctest for elliptic curves (part 2)
--------------------------------+-------------------------------------------
Reporter: zimmerma | Owner: was
Type: enhancement | Status: new
Priority: minor | Milestone: sage-3.1.3
Component: algebraic geometry | Keywords:
--------------------------------+-------------------------------------------
This patch adds missing doctests to ell_modular_symbols.py,
ell_number_field.py and
ell_padic_field.py. The conversion to Pari in ell_padic_field.py was
broken, and still
fails in some cases (see example in file), but I don't know if this is a
bug in Pari, or
an invalid input.
I also removed some unused functions in ell_modular_symbols.py, it would
be good to check they
are not needed elsewhere.
Note that some internal functions could not be tested, thus the coverage
is not 100%.
{{{
bash-3.00$ sage -coverage ell_modular_symbols.py ell_number_field.py
ell_padic_field.py
----------------------------------------------------------------------
ell_modular_symbols.py
SCORE ell_modular_symbols.py: 100% (6 of 6)
----------------------------------------------------------------------
----------------------------------------------------------------------
ell_number_field.py
SCORE ell_number_field.py: 90% (19 of 21)
Missing documentation:
* _proot(x, e):
* _pquadroots (a, b, c):
----------------------------------------------------------------------
----------------------------------------------------------------------
ell_padic_field.py
SCORE ell_padic_field.py: 80% (4 of 5)
Missing documentation:
* _frob(P):
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4275>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---