#16486: CrystalOfTableaux doesn't override _ascii_art_()
-------------------------+-------------------------------------------------
   Reporter:  tscrim     |            Owner:  sage-combinat
       Type:  defect     |           Status:  new
   Priority:  major      |        Milestone:  sage-6.3
  Component:             |         Keywords:  crystals, tableaux, ascii art
  combinatorics          |          Authors:  Travis Scrimshaw
  Merged in:             |  Report Upstream:  N/A
  Reviewers:             |           Branch:
Work issues:             |     Dependencies:
     Commit:             |
   Stopgaps:             |
-------------------------+-------------------------------------------------
 Currently we have the following:
 {{{
 sage: C = crystals.Tableaux(['B',6], shape=[1]*5)
 sage: ascii_art(C.module_generators[0])
 5 # 4 # 3 # 2 # 1
 }}}
 whereas this should be displayed as a tableau:
 {{{
 sage: ascii_art(C.module_generators[0].to_tableau())
   1
   2
   3
   4
   5
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/16486>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to