Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
27985: Dynatomic polynomial base field coercion
Browse files Browse the repository at this point in the history
Removed an unnecessary change that might break other cases.
  • Loading branch information
HTalbott committed Jun 13, 2019
1 parent fa912d4 commit a59231a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sage/dynamics/arithmetic_dynamics/affine_ds.py
Expand Up @@ -539,7 +539,6 @@ def dynatomic_polynomial(self, period):
phi = R.hom([S.gen(0), 1], S)
return phi(F)
else:
S = S.change_ring(F.base_ring())
R = F.numerator().parent()
phi = R.hom([S.gen(0), 1], S)
return phi(F.numerator())/phi(F.denominator())
Expand Down

0 comments on commit a59231a

Please sign in to comment.