#13436: Elliptic Curve Enumeration by height
------------------------------------------------+---------------------------
Reporter: spice | Owner: spice
Type: enhancement | Status: needs_review
Priority: minor | Milestone: sage-5.4
Component: elliptic curves | Resolution:
Keywords: Elliptic curves, enumeration | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Simon Spicer | Merged in:
Dependencies: | Stopgaps:
------------------------------------------------+---------------------------
Comment (by was):
Fix some docstring formatitng, e.g., the funny indent:
{{{
def heights(self, lowerbound, upperbound):
"""
Return a list of permissable curve heights in the specified range
(bounds inclusive), and for each height the equation coefficients
that produce curves of that height.
}}}
This should output "100%":
{{{
wstein@combinat:/scratch/wstein/sage-5.2/devel/sage/sage/schemes/elliptic_curves$
sage -coverage curve_enumerator.py
----------------------------------------------------------------------
curve_enumerator.py
ERROR: Please add a `TestSuite(s).run()` doctest.
SCORE curve_enumerator.py: 87% (35 of 40)
Missing documentation:
* __init__(self):
* __repr__(self):
* _coeffs_to_a_invariants(self, c):
Missing doctests:
* __init__(self):
* three_selmer(self, curves, rank=True, reduced=False,
output_filename=None, problems_filename=None, \ proof=True,
return_data=True, print_timing=True):
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13436#comment:4>
Sage <http://www.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.