Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 3696 by t.hi...@gmail.com: greek symbols are not converted to latex commands in galgebra/latex_ex.py
http://code.google.com/p/sympy/issues/detail?id=3696

In the course of PR 1901 I detected the following doctest failure

================================================= test process starts =================================================
executable:         /bin/python  (2.7.3-final-0)
architecture:       64-bit
cache:              yes
ground types:       python
hash randomization: on (PYTHONHASHSEED=2519432687)

sympy/galgebra/latex_ex.py[1] F [FAIL]

_______________________________________________________________________________________________________________________
____________________________________________ sympy.galgebra.latex_ex.LaTeX ____________________________________________ File "sympy/galgebra/latex_ex.py", line 1005, in sympy.galgebra.latex_ex.LaTeX
Failed example:
    LaTeX((2*tau)**Rational(7,2))
Expected:
    '$8 \\sqrt{2} \\sqrt[7]{\\tau}$'
Got:
    '$8 \\sqrt{2} \\sqrt[7]{tau}$'
**********************************************************************
File "sympy/galgebra/latex_ex.py", line 1008, in sympy.galgebra.latex_ex.LaTeX
Failed example:
    LaTeX((2*mu)**Rational(7,2), inline=False)
Expected:
    '\\begin{equation*}8 \\sqrt{2} \\sqrt[7]{\\mu}\\end{equation*}'
Got:
    '\\begin{equation*}8 \\sqrt{2} \\sqrt[7]{mu}\\end{equation*}'

================================= tests finished: 0 passed, 1 failed, in 0.08 seconds =================================


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy-issues+unsubscr...@googlegroups.com.
To post to this group, send email to sympy-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to