Issue 3353 in sympy: latex code for piecewise messed up

2012-08-09 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3353 by jakob.ga...@gmail.com: latex code for piecewise messed up http://code.google.com/p/sympy/issues/detail?id=3353 from sympy import Piecewise, latex p=Piecewise((x, x 1), (1, 1 = x)) latex(p) gives the following

Re: Issue 3353 in sympy: latex code for piecewise messed up

2012-08-09 Thread sympy
Updates: Status: Fixed Comment #1 on issue 3353 by asmeu...@gmail.com: latex code for piecewise messed up http://code.google.com/p/sympy/issues/detail?id=3353 This was fixed in the development version In [54]: p=Piecewise((x, x 1), (1, 1 = x)) In [55]: latex(p) Out[55]:

Re: Issue 3043 in sympy: NoSuchDisplayException in test_args

2012-08-09 Thread sympy
Updates: Labels: NeedsReview Comment #3 on issue 3043 by asmeu...@gmail.com: NoSuchDisplayException in test_args http://code.google.com/p/sympy/issues/detail?id=3043 Actually, I don't know how we could catch NoSuchDisplayException, as it's part of Pyglet. I have added

Re: Issue 3347 in sympy: plotting error in master

2012-08-09 Thread sympy
Updates: Labels: NeedsReview Comment #5 on issue 3347 by asmeu...@gmail.com: plotting error in master http://code.google.com/p/sympy/issues/detail?id=3347 See https://github.com/sympy/sympy/pull/1476. -- You received this message because you are subscribed to the Google Groups