Skip to content

Commit 1fe1648

Browse files
author
Matthias Koeppe
committed
Merge branch 'is_QuotientRing_deprecation' into is_PowerSeriesRing_deprecation
2 parents 3e788bc + e6036e8 commit 1fe1648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/dynamics/arithmetic_dynamics/projective_ds.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8473,7 +8473,7 @@ def normal_form(self, return_conjugation=False):
84738473
#we find one and not go all the way to the splitting field
84748474
i = 0
84758475
if G.degree() != 0:
8476-
if is_MPolynomialRing(G.parent()):
8476+
if isinstance(G.parent(), MPolynomialRing_base):
84778477
G = G.polynomial(G.variable(0))
84788478
else:
84798479
#no other fixed points

0 commit comments

Comments
 (0)