#4448: easy-to-fix (?) bug in interact with matrices
----------------------+-----------------------------------------------------
Reporter: was | Owner: itolkov
Type: defect | Status: new
Priority: major | Milestone: sage-3.2
Component: interact | Keywords:
----------------------+-----------------------------------------------------
Try this interact in the notebook:
{{{
@interact
def f(n=matrix([[pi^2]])):
print n
}}}
Notice that the matrix input appears empty. What is happening, I think,
is that
str(...) is being called on each entry instead of repr(...) which causes
uses of ASCII art. It seems this is a problem only for matrices.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4448>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---