#16680: Use a different curve to test an error message in
EllipticCurve_finite_field.cardinality()
-------------------------------+-------------------------------
   Reporter:  pbruin           |            Owner:
       Type:  task             |           Status:  new
   Priority:  trivial          |        Milestone:  sage-6.3
  Component:  elliptic curves  |         Keywords:
  Merged in:                   |          Authors:  Peter Bruin
  Reviewers:                   |  Report Upstream:  N/A
Work issues:                   |           Branch:
     Commit:                   |     Dependencies:  #11474
   Stopgaps:                   |
-------------------------------+-------------------------------
 The following doctest in `ell_finite_field.py` can fail (by returning a
 cached result) because the same curve is used in an earlier doctest and
 may be cached by the `UniqueFactory` from #11474:
 {{{
 sage: EllipticCurve(GF(10007),[1,2,3,4,5]).cardinality(algorithm='foobar')
 Traceback (most recent call last):
 ...
 ValueError: Algorithm is not known
 }}}
 A trivial solution is to use a different curve for this test.

--
Ticket URL: <http://trac.sagemath.org/ticket/16680>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to