We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following doctest in src/sage/rings/padics/padic_generic_element.pyx is unstable:
src/sage/rings/padics/padic_generic_element.pyx
sage: K.<a> = QqCR(2^3,5) sage: S.<x> = K[] sage: L.<pi> = K.extension(x^4 - 2*a) ... sage: elt = L.random_element() sage: P = elt.minimal_polynomial() sage: P(elt) == 0 True
Sometimes it's not exact, ok the ring is not exact. However, sometimes we get an error:
ArithmeticError: vector is not in free module
and from the documentation it is not clear when and why this happens.
In #29979, a doctest was marked not tested because of this.
not tested
Component: algebra
Keywords: minimal polynomial
Issue created by migration from https://trac.sagemath.org/ticket/32111
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following doctest in
src/sage/rings/padics/padic_generic_element.pyx
is unstable:Sometimes it's not exact, ok the ring is not exact.
However, sometimes we get an error:
and from the documentation it is not clear when and why this happens.
In #29979, a doctest was marked
not tested
because of this.Component: algebra
Keywords: minimal polynomial
Issue created by migration from https://trac.sagemath.org/ticket/32111
The text was updated successfully, but these errors were encountered: