Skip to content

Commit 15e671c

Browse files
author
Release Manager
committed
sagemathgh-41006: 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. URL: sagemath#41006 Reported by: Michael Orlitzky Reviewer(s): Frédéric Chapoton
2 parents 1f10016 + 1f3596e commit 15e671c

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)