Issue 1230 in sympy: limit((tan x)**(tan 2x), x, pi/4) doesnt work

2008-12-04 Thread codesite-noreply
Updates: Blockedon: -1231 Comment #3 on issue 1230 by fabian.seoane: limit((tan x)**(tan 2x), x, pi/4) doesnt work http://code.google.com/p/sympy/issues/detail?id=1230 1231 is now fixed -- You received this message because you are listed in the owner or CC fields of this issue, or be

Issue 1231 in sympy: improve debugging of limits

2008-12-04 Thread codesite-noreply
Updates: Status: Fixed Comment #5 on issue 1231 by fabian.seoane: improve debugging of limits http://code.google.com/p/sympy/issues/detail?id=1231 commited -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. Yo

Issue 1231 in sympy: improve debugging of limits

2008-12-04 Thread codesite-noreply
Comment #4 on issue 1231 by ondrej.certik: improve debugging of limits http://code.google.com/p/sympy/issues/detail?id=1231 The patch is +1, please apply. Thanks! -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You

Issue 1231 in sympy: improve debugging of limits

2008-12-04 Thread codesite-noreply
Updates: Labels: Milestone-Release0.6.4 NeedsReview Comment #3 on issue 1231 by fabian.seoane: improve debugging of limits http://code.google.com/p/sympy/issues/detail?id=1231 (No comment was entered for this change.) -- You received this message because you are listed in the owner or

Issue 1231 in sympy: improve debugging of limits

2008-12-04 Thread codesite-noreply
Updates: Owner: fabian.seoane Comment #2 on issue 1231 by fabian.seoane: improve debugging of limits http://code.google.com/p/sympy/issues/detail?id=1231 the framework was implemented, but this was not changed. The attached patch fixes it :-) Attachments: 0020-improve-debugging

Issue 1230 in sympy: limit((tan x)**(tan 2x), x, pi/4) doesnt work

2008-12-04 Thread codesite-noreply
Updates: Blockedon: 1231 Comment #2 on issue 1230 by ondrej.certik: limit((tan x)**(tan 2x), x, pi/4) doesnt work http://code.google.com/p/sympy/issues/detail?id=1230 If you want to debug it, use: $ git diff diff --git a/sympy/series/gruntz.py b/sympy/series/gruntz.py index eb9c2cc..fb

Issue 1231 in sympy: improve debugging of limits

2008-12-04 Thread codesite-noreply
Issue 1231: improve debugging of limits http://code.google.com/issues/detail?id=1231 This issue is now blocking issue 1230. See http://code.google.com/issues/detail?id=1230 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this i

Issue 1231 in sympy: improve debugging of limits

2008-12-04 Thread codesite-noreply
Updates: Cc: fabian.seoane Comment #1 on issue 1231 by ondrej.certik: improve debugging of limits http://code.google.com/p/sympy/issues/detail?id=1231 Fabian, I think you already implemented this somewhere, but I cannot find it. -- You received this message because you are listed in

Issue 1231 in sympy: improve debugging of limits

2008-12-04 Thread codesite-noreply
Status: Accepted Owner: ondrej.certik Labels: Type-Defect Priority-Medium New issue 1231 by ondrej.certik: improve debugging of limits http://code.google.com/p/sympy/issues/detail?id=1231 currently, one needs to apply this patch to debug limits: diff --git a/sympy/series/gruntz.py b/sympy/serie

Issue 1230 in sympy: limit((tan x)**(tan 2x), x, pi/4) doesnt work

2008-12-04 Thread codesite-noreply
Updates: Status: Accepted Owner: ondrej.certik Labels: module-series WrongResult Comment #1 on issue 1230 by ondrej.certik: limit((tan x)**(tan 2x), x, pi/4) doesnt work http://code.google.com/p/sympy/issues/detail?id=1230 Indeed, I'll try to debug it what went wrong. T