#14761: SkewTableau does follow global_options of Tableaux
------------------------------------+---------------------------------------
Reporter: zabrocki | Owner: sage-combinat
Type: defect | Status: needs_review
Priority: minor | Milestone:
sage-duplicate/invalid/wontfix
Component: combinatorics | Resolution:
Keywords: tableaux, days49 | Work issues:
Report Upstream: N/A | Reviewers: Travis Scrimshaw
Authors: | Merged in:
Dependencies: #14101 | Stopgaps:
------------------------------------+---------------------------------------
Comment (by zabrocki):
I'm a little confused about what options are set where.
{{{
sage: SkewTableaux.global_options(latex="list")
...
ValueError: latex is not an option for skew tableaux
}}}
gives a traceback error.
That should read "list is not an option ..."
{{{
sage: Tableaux.global_options(display="diagram")
sage: SkewTableau([[None,1],[2]])
[[None, 1], [2]]
sage: SkewTableaux.global_options(display="diagram")
. 1
2
sage: SkewTableaux.global_options(display="compact")
...
ValueError: compact is not a valid value for display in the options for
skew tableaux
}}}
I wouldn't know to look for the global options in {{{SkewTableaux}}} to
set the diagram display given that "convention" and "latex" options can be
set in {{{Tableaux.global_options}}}
Shouldn't they consistently follow a single global options?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14761#comment:4>
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/groups/opt_out.