sage: F.<x> = FunctionField(QQ)
sage: R.<y> = F[]
sage: G = y^4 - 4*x^4 + 48*x^3 - 24*x^2 + 48*x - 132
sage: v_2 = QQ.valuation(2)
sage: v0 = GaussValuation(F._ring, v_2).augmentation(F._ring.gen()+1, 5/4)
sage: v = F.valuation(v0)
sage: v.mac_lane_approximants(G)
NotImplementedError: can not rewrite Univariate Quotient Polynomial Ring in u2 over Fraction Field of
Univariate Polynomial Ring in x over Finite Field of size 2 (using GF2X) with modulus u2^2 + 1/x^3 as
an isomorphic ring
The following gives an error:
TODO:
#26124#16572 once #26128 has been merged.