Issue 1672 in sympy: [PATCH] Flatten limits tuples in Integral constructor

2009-10-16 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1672 by jorn.baayen: [PATCH] Flatten limits tuples in Integral constructor http://code.google.com/p/sympy/issues/detail?id=1672 This fixes reconstructing an Integral object out of its arguments: int=Integral(x**2,(x,-1,1

Issue 1672 in sympy: [PATCH] Flatten limits tuples in Integral constructor

2009-10-16 Thread codesite-noreply
Updates: Labels: NeedsReview Comment #1 on issue 1672 by asmeurer: [PATCH] Flatten limits tuples in Integral constructor http://code.google.com/p/sympy/issues/detail?id=1672 There is also __getnewargs__, so you can do int.new(int.__getnewargs__(int.args)). However, this doesn't seem

Issue 1672 in sympy: [PATCH] Flatten limits tuples in Integral constructor

2009-10-18 Thread codesite-noreply
Comment #2 on issue 1672 by jorn.baayen: [PATCH] Flatten limits tuples in Integral constructor http://code.google.com/p/sympy/issues/detail?id=1672 The patch also fixes rewriting of expressions involving Integrals. __getnewargs__ wouldn't work there as some of the arguments may be changed by

Issue 1672 in sympy: [PATCH] Flatten limits tuples in Integral constructor

2009-10-22 Thread codesite-noreply
Updates: Labels: -NeedsReview NeedsBetterPatch Comment #3 on issue 1672 by ondrej.certik: [PATCH] Flatten limits tuples in Integral constructor http://code.google.com/p/sympy/issues/detail?id=1672 Looks good. Please write a test for this, then let's push it in. -- You received this me

Issue 1672 in sympy: [PATCH] Flatten limits tuples in Integral constructor

2009-10-23 Thread codesite-noreply
Updates: Labels: -NeedsBetterPatch NeedsReview Comment #4 on issue 1672 by jorn.baayen: [PATCH] Flatten limits tuples in Integral constructor http://code.google.com/p/sympy/issues/detail?id=1672 (No comment was entered for this change.) Attachments: 0001-integrals-Flatten-limi

Issue 1672 in sympy: [PATCH] Flatten limits tuples in Integral constructor

2009-10-23 Thread codesite-noreply
Issue 1672: [PATCH] Flatten limits tuples in Integral constructor http://code.google.com/p/sympy/issues/detail?id=1672 This issue is now blocking issue 1674. See http://code.google.com/p/sympy/issues/detail?id=1674 -- You received this message because you are listed in the owner or CC fields of