Skip to content

Commit

Permalink
add "# long time" to slow-ish composite isogeny doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
yyyyx4 committed Nov 1, 2024
1 parent 1b3f398 commit 27343d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/schemes/elliptic_curves/hom_composite.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def _compute_factored_isogeny_prime_power(P, l, n, split=.8, velu_sqrt_bound=Non
sage: P, = E.gens()
sage: (l,n), = P.order().factor()
sage: phis = hom_composite._compute_factored_isogeny_prime_power(P,l,n)
sage: phis == hom_composite._compute_factored_isogeny_prime_power(P,l,n, split=0)
sage: phis == hom_composite._compute_factored_isogeny_prime_power(P,l,n, split=0) # long time -- about 10s
True
sage: phis == hom_composite._compute_factored_isogeny_prime_power(P,l,n, split=0.1)
True
Expand Down

0 comments on commit 27343d9

Please sign in to comment.