Skip to content

Commit 9f672a2

Browse files
author
Matthias Koeppe
committed
src/sage/rings/polynomial/polynomial_ring.py: Use '# needs sage.libs.ntl' when GF2X is used
1 parent 3a8e6b5 commit 9f672a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/function_field/order_rational.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def _residue_field_global(self, q, name=None):
273273
sage: k.<a> = GF(2) # optional - sage.rings.finite_rings
274274
sage: F.<x> = FunctionField(k) # optional - sage.rings.finite_rings
275275
sage: O = F.maximal_order() # optional - sage.rings.finite_rings
276-
sage: O._ring # optional - sage.rings.finite_rings
276+
sage: O._ring # optional - sage.rings.finite_rings sage.libs.ntl
277277
Univariate Polynomial Ring in x over Finite Field of size 2 (using GF2X)
278278
sage: f = x^3 + x + 1 # optional - sage.rings.finite_rings
279279
sage: _f = f.numerator() # optional - sage.rings.finite_rings

0 commit comments

Comments
 (0)