Re: Issue 3022 in sympy: maximum recursion depth exceeded with expand(complex=True)

2012-07-28 Thread sympy
Updates: Status: Fixed Comment #9 on issue 3022 by smi...@gmail.com: maximum recursion depth exceeded with expand(complex=True) http://code.google.com/p/sympy/issues/detail?id=3022 The OP expression now works in master. -- You received this message because you are subscribed to the

Re: Issue 3022 in sympy: maximum recursion depth exceeded with expand(complex=True)

2012-07-03 Thread sympy
Updates: Status: Valid Labels: -Priority-Medium -NeedsReview -smichr Priority-Critical Comment #7 on issue 3022 by ronan.l...@gmail.com: maximum recursion depth exceeded with expand(complex=True) http://code.google.com/p/sympy/issues/detail?id=3022 (No comment was entered for

Re: Issue 3022 in sympy: maximum recursion depth exceeded with expand(complex=True)

2012-07-02 Thread sympy
Comment #5 on issue 3022 by mario.pe...@gmail.com: maximum recursion depth exceeded with expand(complex=True) http://code.google.com/p/sympy/issues/detail?id=3022 test_issue_3022 behaves erratically on my computer Linux 3.0.0-1-amd64 SymPy commit 9ba3cb3eb92fa5a5b6a75e11890b44a4a5676cf4 ,

Re: Issue 3022 in sympy: maximum recursion depth exceeded with expand(complex=True)

2012-07-02 Thread sympy
Comment #6 on issue 3022 by asmeu...@gmail.com: maximum recursion depth exceeded with expand(complex=True) http://code.google.com/p/sympy/issues/detail?id=3022 This is because of hash randomization. See the recent discussion on the mailing list. The problem is the widely varied output from

Re: Issue 3022 in sympy: maximum recursion depth exceeded with expand(complex=True)

2012-03-09 Thread sympy
Updates: Status: Fixed Comment #4 on issue 3022 by smi...@gmail.com: maximum recursion depth exceeded with expand(complex=True) http://code.google.com/p/sympy/issues/detail?id=3022 (No comment was entered for this change.) -- You received this message because you are subscribed to

Re: Issue 3022 in sympy: maximum recursion depth exceeded with expand(complex=True)

2012-02-21 Thread sympy
Comment #2 on issue 3022 by smi...@gmail.com: maximum recursion depth exceeded with expand(complex=True) http://code.google.com/p/sympy/issues/detail?id=3022 This works in my 3022 branch. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To

Re: Issue 3022 in sympy: maximum recursion depth exceeded with expand(complex=True)

2012-02-21 Thread sympy
Updates: Labels: NeedsReview smichr Comment #3 on issue 3022 by smi...@gmail.com: maximum recursion depth exceeded with expand(complex=True) http://code.google.com/p/sympy/issues/detail?id=3022 https://github.com/sympy/sympy/pull/1072 -- You received this message because you are

Issue 3022 in sympy: maximum recursion depth exceeded with expand(complex=True)

2012-01-22 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-Medium New issue 3022 by asmeu...@gmail.com: maximum recursion depth exceeded with expand(complex=True) http://code.google.com/p/sympy/issues/detail?id=3022 In [34]: S(-I*exp(-3*I*pi/4)/(4*pi**(3/2)*sqrt(t))).expand(complex=True) ...

Re: Issue 3022 in sympy: maximum recursion depth exceeded with expand(complex=True)

2012-01-22 Thread sympy
Comment #1 on issue 3022 by asmeu...@gmail.com: maximum recursion depth exceeded with expand(complex=True) http://code.google.com/p/sympy/issues/detail?id=3022 expand_complex() works fine, though. -- You received this message because you are subscribed to the Google Groups sympy-issues