We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa27703 commit 0871ebaCopy full SHA for 0871eba
src/sage/schemes/elliptic_curves/hom_sum.py
@@ -269,8 +269,7 @@ def to_isogeny_chain(self):
269
ker.append(P)
270
continue
271
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')
+ F = self.domain().division_field(l**m)
274
275
P,Q = self.domain().change_ring(F).torsion_basis(l**m)
276
if self.is_endomorphism():
0 commit comments