Ticket #5002 (closed defect: fixed)
[with patch, positive review] CrystalOfTableaux call method breaks on legitimate data
| Reported by: | bump | Owned by: | aschilling |
|---|---|---|---|
| Priority: | major | Milestone: | sage-3.4.1 |
| Component: | combinatorics | Keywords: | |
| Cc: | sage-combinat | Author(s): | |
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description
sage: C = CrystalOfTableaux(['B',2],shape=[3]) sage: C(rows=[[1,1,0]])
raises an exception though this is a legitimate B2 tableaux. This was analyzed by Anne Schilling and others in this thread:
http://groups.google.com/group/sage-combinat-devel/browse_thread/thread/cb02f961c41947e2?hl=en
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

