Opened 3 years ago
Closed 3 years ago
#27068 closed defect (fixed)
Fix a typo in doc of Lascoux-Schützenberger action
Reported by: | gh-darijgr | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | sage-8.7 |
Component: | combinatorics | Keywords: | sage-combinat, tableaux, promotion |
Cc: | tscrim, aschilling | Merged in: | |
Authors: | Darij Grinberg | Reviewers: | Travis Scrimshaw |
Report Upstream: | N/A | Work issues: | |
Branch: | e5bb895 (Commits, GitHub, GitLab) | Commit: | e5bb8951ec09af8d20705952dfe5f13f181f5e66 |
Dependencies: | Stopgaps: |
Description
The doc of the symmetric_group_action_on_values
method on Tableau
has a "left" that should be a "right".
While at that, I've documented the helper functions too, since I found myself using them. If I had more time, I'd also expose the symmetric_group_action_on_values
through the Word
class.
Change History (8)
comment:1 Changed 3 years ago by
- Branch set to public/ticket/27068
- Status changed from new to needs_review
comment:2 Changed 3 years ago by
- Commit set to bb3827fac55893d0e2e2015a2f990d873e03a371
comment:3 Changed 3 years ago by
- Component changed from PLEASE CHANGE to combinatorics
New commits:
bb3827f | Lascoux-Schuetzenberger action: fix and improve doc
|
comment:4 Changed 3 years ago by
- Commit changed from bb3827fac55893d0e2e2015a2f990d873e03a371 to b957c33e473bae7e795a0afcae2155545132cb14
Branch pushed to git repo; I updated commit sha1. New commits:
b957c33 | speed up symmetric_group_action_on_values a bit
|
comment:5 Changed 3 years ago by
- Commit changed from b957c33e473bae7e795a0afcae2155545132cb14 to e5bb8951ec09af8d20705952dfe5f13f181f5e66
Branch pushed to git repo; I updated commit sha1. New commits:
e5bb895 | doc the increasing order, which is used elsewhere
|
comment:6 Changed 3 years ago by
- Reviewers set to Travis Scrimshaw
- Status changed from needs_review to positive_review
LGTM.
comment:8 Changed 3 years ago by
- Branch changed from public/ticket/27068 to e5bb8951ec09af8d20705952dfe5f13f181f5e66
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
Branch pushed to git repo; I updated commit sha1. New commits:
Lascoux-Schuetzenberger action: fix and improve doc