Issue 1671 in sympy: runtests modifications for Windows

2009-10-20 Thread codesite-noreply
Comment #12 on issue 1671 by smichr: runtests modifications for Windows http://code.google.com/p/sympy/issues/detail?id=1671 I've now pushed a branch named runtest to smichr at github. The whole problem (on windows) has been to chase down where an absolute or relative path is being used. I'm

Issue 1676 in sympy: simplification of type sin x.cos y + cos x.sin y = sin (x + y) does't work

2009-10-20 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1676 by b.berret: simplification of type sin x.cos y + cos x.sin y = sin (x + y) does't work http://code.google.com/p/sympy/issues/detail?id=1676 Hi everybody, Simplifying the following trigonometric formula does not

Issue 1671 in sympy: runtests modifications for Windows

2009-10-20 Thread codesite-noreply
Comment #13 on issue 1671 by smichr: runtests modifications for Windows http://code.google.com/p/sympy/issues/detail?id=1671 Please check the version pushed to runtest at smichr at github. /c -- You received this message because you are listed in the owner or CC fields of this issue, or

Issue 1671 in sympy: runtests modifications for Windows

2009-10-20 Thread codesite-noreply
Comment #14 on issue 1671 by asmeurer: runtests modifications for Windows http://code.google.com/p/sympy/issues/detail?id=1671 The version at runtests seems to work for me. I tried: ./bin/test ./setup.py test ./bin/doctest ./bin/test core ./bin/doctest sympy/solvers/ode.py And they all

Issue 1676 in sympy: simplification of type sin x.cos y + cos x.sin y = sin (x + y) does't work

2009-10-20 Thread codesite-noreply
Updates: Status: Accepted Labels: -Type-Defect Type-Enhancement Comment #1 on issue 1676 by asmeurer: simplification of type sin x.cos y + cos x.sin y = sin (x + y) does't work http://code.google.com/p/sympy/issues/detail?id=1676 I don't think we can do it, which is a shame

Issue 1671 in sympy: runtests modifications for Windows

2009-10-20 Thread codesite-noreply
Comment #15 on issue 1671 by ondrej.certik: runtests modifications for Windows http://code.google.com/p/sympy/issues/detail?id=1671 Well, the runtests also work for me, but that's because it is equivalent to the master, e.g. you forgot to push the patch in... -- You received this message

Issue 1671 in sympy: runtests modifications for Windows

2009-10-20 Thread codesite-noreply
Comment #16 on issue 1671 by asmeurer: runtests modifications for Windows http://code.google.com/p/sympy/issues/detail?id=1671 Indeed. :) Maybe I should to a git log first before I test a branch (or at least know what the SHA1 of master is). -- You received this message because you are

Issue 1641 in sympy: doctests require newline only when run for single file

2009-10-20 Thread codesite-noreply
Comment #7 on issue 1641 by asmeurer: doctests require newline only when run for single file http://code.google.com/p/sympy/issues/detail?id=1641 Here are perhaps some clues: doctest('sympy/simplify/simplify.py') = test process starts