Since it may affect people that have not seen https://github.com/sagemath/sage/pull/38924, I'm asking here whether the output
sage: P.<x,y> = ProjectiveSpace(Qp(3), 1) sage: f = DynamicalSystem_Berkovich([2*x^2, 2*y^2]) sage: f.normalize_coordinates(); f Dynamical system of Projective Berkovich line over Cp(3) of precision 20 induced by the map Defn: Defined on coordinates by sending (x : y) to ((2 + O(3^20))*x^2 : (2 + O(3^20))*y^2) instead of Defn: Defined on coordinates by sending (x : y) to (x^2 : y^2) is acceptable. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/sage-devel/23b97297-d5e1-4d3d-a860-da94f761e108n%40googlegroups.com.