We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0412e2f commit 9e12603Copy full SHA for 9e12603
src/sage/combinat/sf/sfa.py
@@ -4656,9 +4656,6 @@ def internal_coproduct(self):
4656
True
4657
sage: all( h([n]).internal_coproduct() == sum([tensor([h(lam), h(m(lam))]) for lam in Partitions(n)])
4658
....: 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.
4662
4663
sage: all( factorial(n) * h([n]).internal_coproduct()
4664
....: == sum([lam.conjugacy_class_size() * tensor([h(p(lam)), h(p(lam))])
0 commit comments