Issue 3206 in sympy: Abs should denest

2012-03-29 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium EasyToFix New issue 3206 by smi...@gmail.com: Abs should denest http://code.google.com/p/sympy/issues/detail?id=3206 >>> Abs(Abs(a)) Abs(Abs(a)) This should just be Abs(a). -- You received this message because you are subscr

Re: Issue 3206 in sympy: Abs should denest

2012-03-30 Thread sympy
Comment #1 on issue 3206 by asmeu...@gmail.com: Abs should denest http://code.google.com/p/sympy/issues/detail?id=3206 I think the problem is that it's checking if the argument is positive, when it really should check if it's nonnegative. -- You received this message because you are subscrib

Re: Issue 3206 in sympy: Abs should denest

2012-03-30 Thread sympy
Comment #2 on issue 3206 by smi...@gmail.com: Abs should denest http://code.google.com/p/sympy/issues/detail?id=3206 I would think that a test that the arg's function is Abs would be a quick exit, too. For some reason I thought I had seen that already there. -- You received this message because

Re: Issue 3206 in sympy: Abs should denest

2012-04-04 Thread sympy
Comment #3 on issue 3206 by bard.bot...@gmail.com: Abs should denest http://code.google.com/p/sympy/issues/detail?id=3206 I have fixed this issue and will do a pull request soon. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this

Re: Issue 3206 in sympy: Abs should denest

2012-04-04 Thread sympy
Comment #4 on issue 3206 by smi...@gmail.com: Abs should denest http://code.google.com/p/sympy/issues/detail?id=3206 I was hoping someone would pick this up. looking forward to reviewing it. /c -- You received this message because you are subscribed to the Google Groups "sympy-issues" group.

Re: Issue 3206 in sympy: Abs should denest

2012-04-14 Thread sympy
Comment #5 on issue 3206 by sachin.i...@gmail.com: Abs should denest http://code.google.com/p/sympy/issues/detail?id=3206 https://github.com/sympy/sympy/pull/1236 -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send emai

Re: Issue 3206 in sympy: Abs should denest

2012-04-15 Thread sympy
Updates: Status: Fixed Comment #6 on issue 3206 by smi...@gmail.com: Abs should denest http://code.google.com/p/sympy/issues/detail?id=3206 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To po