#1918: [with patch, needs work] Matrices that are printed are not aligned
----------------------------+-----------------------------------------------
Reporter: jason | Owner: was
Type: enhancement | Status: new
Priority: major | Milestone: sage-4.1.3
Component: linear algebra | Keywords:
Reviewer: | Author:
Merged: |
----------------------------+-----------------------------------------------
Comment(by flawrence):
The patch doesn't just lead to doctest failures in the matrix directory -
on my machine it seems to lead to the failure of every single doctest that
produces output! e.g.
{{{
File "/Applications/sage/devel/sage-1918/sage/algebras/algebra.py", line
29:
sage: is_Algebra(R)
Expected:
True
Got nothing
}}}
When running a test manually (i.e. typing it into a sage console),
everything works as intended - the output matches the expected doctest
result exactly. So the patch seems to break the doctesting mechanism in
some way. I note that all of the output-producing tests in the new file
displayhook.py pass their output through DH.print_obj() or similar.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/1918#comment:5>
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
-~----------~----~----~----~------~----~------~--~---