Skip to content

Commit 1f3596e

Browse files
committed
sage.rings.polynomial.multi_polynomial_libsingular: add one "needs"
A coercion test for BooleanPolynomialRing requires polybori/brial. We already have a "feature" for this; it's just missing the "needs" bit.
1 parent 4e2319b commit 1f3596e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sage/rings/polynomial/multi_polynomial_libsingular.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,7 @@ cdef class MPolynomialRing_libsingular(MPolynomialRing_base):
663663
664664
Coercion from boolean polynomials, also by index::
665665
666+
sage: # needs sage.rings.polynomial.pbori
666667
sage: B.<x,y,z> = BooleanPolynomialRing(3)
667668
sage: P.<x,y,z> = QQ[]
668669
sage: P(B.gen(0))

0 commit comments

Comments
 (0)