Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Trac 16680: use a different curve in EllipticCurve_finite_field.cardi…
Browse files Browse the repository at this point in the history
…nality() doctest
  • Loading branch information
pjbruin committed Jul 18, 2014
1 parent f7f3755 commit 654c680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/schemes/elliptic_curves/ell_finite_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ def cardinality(self, algorithm='heuristic', extension_degree=1):
TESTS::
sage: EllipticCurve(GF(10007),[1,2,3,4,5]).cardinality(algorithm='foobar')
sage: EllipticCurve(GF(10009),[1,2,3,4,5]).cardinality(algorithm='foobar')
Traceback (most recent call last):
...
ValueError: Algorithm is not known
Expand Down

0 comments on commit 654c680

Please sign in to comment.