On Tue, Dec 30, 2008 at 12:26 PM, Ondrej Certik <ond...@certik.cz> wrote:
>> Trying again.
>
> Now it works, thanks! If all tests pass, I'll push it in.

This test failed:

 
sympy/utilities/tests/test_code_quality.py:test_no_trailing_whitespace_and_no_tabs
  File "/home/ondra/repos/sympy/sympy/utilities/tests/test_code_quality.py",
line 63, in test_no_trailing_whitespace_and_no_tabs
    check_directory_tree(sympy_path)
  File "/home/ondra/repos/sympy/sympy/utilities/tests/test_code_quality.py",
line 43, in check_directory_tree
    assert False, message_space % (fname, idx+1)
AssertionError: File contains trailing whitespace:
/home/ondra/repos/sympy/sympy/galgebra/GAsympy.py, line 437.

 tests finished: 1268 passed, 1 failed, 4 skipped, 26 xfailed, 3
xpassed in 126.70 seconds
DO *NOT* COMMIT!


and these doctests failed:

________________________ sympy.galgebra.latex_ex.LaTeX _________________________
File "/home/ondra/repos/sympy/sympy/galgebra/latex_ex.py", line 889,
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 "/home/ondra/repos/sympy/sympy/galgebra/latex_ex.py", line 892,
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*}'
**********************************************************************
File "/home/ondra/repos/sympy/sympy/galgebra/latex_ex.py", line 899,
in sympy.galgebra.latex_ex.LaTeX
Failed example:
    latex([2/x, y])
Expected:
    '$\begin{bmatrix}\frac{2}{x}, & y\end{bmatrix}$'
Got:
    '$\\begin{bmatrix}\\frac{2}{x}, & y\\end{bmatrix}$'

============ tests finished: 207 passed, 1 failed in 11.05 seconds =============
DO *NOT* COMMIT!



Ondrej

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com
To unsubscribe from this group, send email to sympy+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sympy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to