Skip to content

Commit f21094e

Browse files
committed
add missing #long time markers to ell_number_field
1 parent 200557e commit f21094e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/schemes/elliptic_curves/ell_number_field.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2301,9 +2301,9 @@ def gens(self, **kwds):
23012301
23022302
Check that the the point found has infinite order, and that it is on the curve::
23032303
2304-
sage: P=gg[0]; P.order()
2304+
sage: P=gg[0]; P.order() # long time
23052305
+Infinity
2306-
sage: E.defining_polynomial()(*P)
2306+
sage: E.defining_polynomial()(*P) # long time
23072307
0
23082308
23092309
Here is a curve of rank 2::

0 commit comments

Comments
 (0)