#5766: [with patch; positive review] improve coverage of structure/formal_sum.py
------------------------------+---------------------------------------------
Reporter: was | Owner: somebody
Type: defect | Status: new
Priority: major | Milestone: sage-3.4.2
Component: basic arithmetic | Keywords:
------------------------------+---------------------------------------------
Changes (by mabshoff):
* milestone: sage-4.0 => sage-3.4.2
Comment:
With all three patch applied I am seeing the following doctest failure:
{{{
sage -t -long "devel/sage/sage/misc/latex.py"
**********************************************************************
File "/scratch/mabshoff/sage-3.4.2.rc0/devel/sage/sage/misc/latex.py",
line 942:
sage: repr_lincomb([1,5,-3],[2,8/9,7])
Expected:
'2*1 + 8/9*5 + 7*-3'
Got:
'21 + \\frac{8}{9}5 + 7-3'
**********************************************************************
}}}
Since this seems to be the correct LaTeX representation I am fixing this
failure.
Cheers,
Michael
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5766#comment:9>
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
-~----------~----~----~----~------~----~------~--~---