Skip to content

Commit 9e12603

Browse files
author
Matthias Koeppe
committed
src/sage/combinat/sf/sfa.py: Fix up
1 parent 0412e2f commit 9e12603

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/sage/combinat/sf/sfa.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4656,9 +4656,6 @@ def internal_coproduct(self):
46564656
True
46574657
sage: all( h([n]).internal_coproduct() == sum([tensor([h(lam), h(m(lam))]) for lam in Partitions(n)])
46584658
....: for n in range(6) )
4659-
doctest:warning...
4660-
DeprecationWarning: The function is_SymmetricFunction is deprecated; use 'isinstance(..., SymmetricFunctionAlgebra_generic.Element)' instead.
4661-
See https://github.com/sagemath/sage/issues/38279 for details.
46624659
True
46634660
sage: all( factorial(n) * h([n]).internal_coproduct()
46644661
....: == sum([lam.conjugacy_class_size() * tensor([h(p(lam)), h(p(lam))])

0 commit comments

Comments
 (0)