Skip to content

Commit e072d9f

Browse files
committed
src/sage/dynamics/arithmetic_dynamics/projective_ds.py: add long time
Fix the CI warning, 2025-07-14T18:34:32.9505595Z ##[warning]slow doctest: 2025-07-14T18:34:32.9523476Z f.Lattes_to_curve(check_lattes=true) 2025-07-14T18:34:32.9525823Z Test ran for 16.48s cpu, 16.65s wall by adding "# long time" to this test.
1 parent 931cc5e commit e072d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/dynamics/arithmetic_dynamics/projective_ds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6972,7 +6972,7 @@ def Lattes_to_curve(self, return_conjugation=False, check_lattes=False):
69726972
sage: P.<x,y>=ProjectiveSpace(QQbar, 1)
69736973
sage: E=EllipticCurve([1, 2])
69746974
sage: f=P.Lattes_map(E, 2)
6975-
sage: f.Lattes_to_curve(check_lattes=true)
6975+
sage: f.Lattes_to_curve(check_lattes=true) # long time
69766976
Elliptic Curve defined by y^2 = x^3 + x + 2 over Rational Field
69776977
69786978
"""

0 commit comments

Comments
 (0)