Skip to content

Commit 902d91c

Browse files
committed
schemes/elliptic_curves: disable a test that takes too long
1 parent 6ea1fe9 commit 902d91c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/schemes/elliptic_curves/ell_rational_field.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2306,7 +2306,7 @@ def gens(self, proof=None, **kwds):
23062306
sage: E.gens(algorithm="pari") # random output
23072307
[(5/4 : 5/8 : 1), (0 : 0 : 1)]
23082308
sage: E = EllipticCurve([0,2429469980725060,0,275130703388172136833647756388,0])
2309-
sage: len(E.gens(algorithm="pari"))
2309+
sage: len(E.gens(algorithm="pari")) # not tested (takes too long)
23102310
14
23112311
23122312
A non-integral example::

0 commit comments

Comments
 (0)