#8738: @interact matrix input control ignores label
------------------------+---------------------------------------------------
Reporter: was | Owner: jason, was
Type: defect | Status: new
Priority: major | Milestone: sage-4.4
Component: notebook | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Try this interact:
{{{
@interact
def f(M = ("matrix ", random_matrix(QQ,3,4)), n=("an int", 5)):
print "The echelon form of the above matrix is:"
print M.echelon_form()
}}}
The first input control should be labeled "matrix", but it isn't. Whoever
added the matrix control for @interact, somehow did it in a way that
breaks control labels.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8738>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.