Closed fchapoton closed 7 years ago
New commits:
3f8d0f0 | care for cmp in (coxeter3, Klyachko toric sheaves, continued fractions) |
Branch: u/chapoton/23366
ElementWrapper
implements the _richcmp_
hook, so you do not need the @richcmp_method
for CoxeterGroup.Element
. Also, I thought @richcmp_method
was passed down to subclasses, so I don't think they are needed for the subclasses. Maybe I'm mistaken?
Branch pushed to git repo; I updated commit sha1. New commits:
d4baf13 | trac 23366 better use of richcmp_method |
Here is a better version, thanks.
Indeed, inheriting seems to be ok.
failing doctests ...
bot is morally green, please review
Reviewer: Travis Scrimshaw
LGTM.
Changed branch from u/chapoton/23366 to d56f4c0
as another step towards py3
CC: @tscrim @jdemeyer @jhpalmieri
Component: python3
Author: Frédéric Chapoton
Branch/Commit:
d56f4c0
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/23366