Re: Issue 1277 in sympy: Exception in trivial integral

2011-04-17 Thread sympy
Updates: Status: Fixed Labels: -NeedsReview PassedReview Comment #5 on issue 1277 by asmeurer: Exception in trivial integral http://code.google.com/p/sympy/issues/detail?id=1277 This was pushed in. -- You received this message because you are subscribed to the Google Groups

Re: Issue 1277 in sympy: Exception in trivial integral

2011-04-14 Thread sympy
Updates: Labels: NeedsReview sapta.iitkgp Comment #4 on issue 1277 by asmeurer: Exception in trivial integral http://code.google.com/p/sympy/issues/detail?id=1277 See https://github.com/sympy/sympy/pull/226. -- You received this message because you are subscribed to the Google Groups

Re: Issue 1277 in sympy: Exception in trivial integral

2010-08-23 Thread sympy
Updates: Blockedon: 2010 Comment #3 on issue 1277 by asmeurer: Exception in trivial integral http://code.google.com/p/sympy/issues/detail?id=1277 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups sympy-issues group.

Re: Issue 1277 in sympy: Exception in trivial integral

2010-06-01 Thread sympy
Updates: Status: Started Comment #2 on issue 1277 by asmeurer: Exception in trivial integral http://code.google.com/p/sympy/issues/detail?id=1277 Test forthcoming in my next branch. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To

Re: Issue 1277 in sympy: Exception in trivial integral

2010-04-18 Thread sympy
Updates: Labels: -module-integration Integration EasyToFix Comment #1 on issue 1277 by asmeurer: Exception in trivial integral http://code.google.com/p/sympy/issues/detail?id=1277 This works now with the new polys, but I guess we need to write a test for it. In [23]:

Issue 1277 in sympy: Exception in trivial integral

2009-01-28 Thread codesite-noreply
Status: Accepted Owner: Labels: Type-Defect Priority-Medium module-integration New issue 1277 by fabian.seoane: Exception in trivial integral http://code.google.com/p/sympy/issues/detail?id=1277 In [1]: integrate(n*x**(1/n), (x, 0, S.Half)) Out[1]: 1 1 -1 - - 1 +