Skip to content

Commit

Permalink
src/sage/structure/parent.pyx: In doctest, use SymmetricFunctions fro…
Browse files Browse the repository at this point in the history
…m global bindings
  • Loading branch information
Matthias Koeppe committed May 27, 2024
1 parent 3e8917a commit 3ab758a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/structure/parent.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -2142,7 +2142,7 @@ cdef class Parent(sage.structure.category_object.CategoryObject):
sage: # needs sage.combinat sage.modules
sage: R = QQ['q,t'].fraction_field()
sage: Sym = sage.combinat.sf.sf.SymmetricFunctions(R)
sage: Sym = SymmetricFunctions(R)
sage: H = Sym.macdonald().H()
sage: P = Sym.macdonald().P()
sage: m = Sym.monomial()
Expand Down Expand Up @@ -2179,7 +2179,7 @@ cdef class Parent(sage.structure.category_object.CategoryObject):
sage: # needs sage.combinat sage.modules
sage: R = QQ['q,t'].fraction_field()
sage: Sym = sage.combinat.sf.sf.SymmetricFunctions(R)
sage: Sym = SymmetricFunctions(R)
sage: P = Sym.macdonald().P()
sage: Ht = Sym.macdonald().Ht()
sage: Ht._internal_coerce_map_from(P)
Expand Down

0 comments on commit 3ab758a

Please sign in to comment.