Skip to content

Commit

Permalink
Trac #23899: Do not assign _element_constructor in combinat/sf
Browse files Browse the repository at this point in the history
URL: https://trac.sagemath.org/23899
Reported by: jdemeyer
Ticket author(s): Jeroen Demeyer
Reviewer(s): Travis Scrimshaw
  • Loading branch information
Release Manager authored and vbraun committed Sep 21, 2017
2 parents 1da6216 + 44bc9fb commit 24ce59f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/sage/combinat/sf/k_dual.py
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ def __init__(self, kBoundedRing, prefix):
__getitem__ = KBoundedQuotientBases.ParentMethods.__getitem__.__func__
_repr_term = KBoundedQuotientBases.ParentMethods._repr_term.__func__
_element_constructor_ = KBoundedQuotientBases.ParentMethods._element_constructor_.__func__
_element_constructor = _element_constructor_


class kMonomial(KBoundedQuotientBasis):
r"""
Expand Down
4 changes: 0 additions & 4 deletions src/sage/combinat/sf/new_kschur.py
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,6 @@ def __init__(self, kBoundedRing):
_repr_term = KBoundedSubspaceBases.ParentMethods._repr_term.__func__
_convert_map_from_ = KBoundedSubspaceBases.ParentMethods._convert_map_from_.__func__
_element_constructor_ = KBoundedSubspaceBases.ParentMethods._element_constructor_.__func__
_element_constructor = _element_constructor_

def _repr_(self):
"""
Expand Down Expand Up @@ -1276,7 +1275,6 @@ def __init__(self, kBoundedRing):
_convert_map_from_ =\
KBoundedSubspaceBases.ParentMethods._convert_map_from_.__func__
_element_constructor_ = KBoundedSubspaceBases.ParentMethods._element_constructor_.__func__
_element_constructor = _element_constructor_

def _repr_(self):
r"""
Expand Down Expand Up @@ -1392,7 +1390,6 @@ def __init__(self, kBoundedRing):
_convert_map_from_ =\
KBoundedSubspaceBases.ParentMethods._convert_map_from_.__func__
_element_constructor_ = KBoundedSubspaceBases.ParentMethods._element_constructor_.__func__
_element_constructor = _element_constructor_

def _repr_(self):
"""
Expand Down Expand Up @@ -1469,7 +1466,6 @@ def __init__(self, kBoundedRing):
__getitem__ = KBoundedSubspaceBases.ParentMethods.__getitem__.__func__
_repr_term = KBoundedSubspaceBases.ParentMethods._repr_term.__func__
_element_constructor_ = KBoundedSubspaceBases.ParentMethods._element_constructor_.__func__
_element_constructor = _element_constructor_

def _repr_(self):
r"""
Expand Down

0 comments on commit 24ce59f

Please sign in to comment.