Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit da61e19

Browse files
committed
reenable SymmetricFunctions doctest
1 parent ff4e546 commit da61e19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/combinat/sf/sfa.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,8 @@ def is_integral_domain(self, proof=True):
410410
sage: s.is_integral_domain()
411411
True
412412
413-
sage: s = SymmetricFunctions(Zmod(14)).s() # not tested
414-
sage: s.is_integral_domain() # not tested
413+
sage: s = SymmetricFunctions(Zmod(14)).s()
414+
sage: s.is_integral_domain()
415415
False
416416
"""
417417
return self.base_ring().is_integral_domain()

0 commit comments

Comments
 (0)