Skip to content

Commit 0871eba

Browse files
committed
use code marked as "use once sagemath#35936 is merged"
1 parent aa27703 commit 0871eba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sage/schemes/elliptic_curves/hom_sum.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,7 @@ def to_isogeny_chain(self):
269269
ker.append(P)
270270
continue
271271

272-
# F = self.domain().division_field(l**m) #FIXME this can be used once #35936 is done; workaround below
273-
F = self.domain().division_polynomial(l**m).splitting_field('X').extension(2,'Y')
272+
F = self.domain().division_field(l**m)
274273

275274
P,Q = self.domain().change_ring(F).torsion_basis(l**m)
276275
if self.is_endomorphism():

0 commit comments

Comments
 (0)