Skip to content

Commit ad21902

Browse files
committed
src/sage/rings/polynomial/multi_polynomial.pyx: sage.libs.giac -> giac
One test in this file use the giac pexpect interface but is tagged with "needs sage.libs.giac". Now that we have a feature for the giac executable, "needs giac" is more appropriate.
1 parent 4db94c1 commit ad21902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/polynomial/multi_polynomial.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,7 @@ cdef class MPolynomial(CommutativePolynomial):
11141114
11151115
TESTS::
11161116
1117-
sage: # needs sage.libs.giac
1117+
sage: # needs giac
11181118
sage: R.<x,y,z> = GF(101)['e,i'][]
11191119
sage: f = R('e*i') * x + y^2
11201120
sage: f._giac_init_()

0 commit comments

Comments
 (0)