Re: Issue 2041 in sympy: Doctest failures in Python 2.6.6

2010-09-25 Thread sympy
Comment #5 on issue 2041 by andy.terrel: Doctest failures in Python 2.6.6 http://code.google.com/p/sympy/issues/detail?id=2041 Is the Mac the only place this has been observed? -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this gr

Re: Issue 2041 in sympy: Doctest failures in Python 2.6.6

2010-09-25 Thread sympy
Updates: Cc: Vinzent.Steinberg smichr ondrej.certik Comment #6 on issue 2041 by asmeurer: Doctest failures in Python 2.6.6 http://code.google.com/p/sympy/issues/detail?id=2041 So far yes, I think. I don't have access to a Linux or Windows machine that I can test this on at the moment.

Re: Issue 2063 in sympy: Add complete elliptic integrals

2010-09-25 Thread sympy
Comment #2 on issue 2063 by ondrej.certik: Add complete elliptic integrals http://code.google.com/p/sympy/issues/detail?id=2063 Thanks for implementing those, they are very useful. Let's add the docstrings and address other Aaron's comments and get it in. -- You received this message because

Re: Issue 2041 in sympy: Doctest failures in Python 2.6.6

2010-09-25 Thread sympy
Comment #7 on issue 2041 by ondrej.certik: Doctest failures in Python 2.6.6 http://code.google.com/p/sympy/issues/detail?id=2041 I just installed 2.6.6 on linux and all tests pass, and these doctests fail (see the attachement). Attachments: log 27.5 KB -- You received this message

Re: Issue 2041 in sympy: Doctest failures in Python 2.6.6

2010-09-25 Thread sympy
Comment #8 on issue 2041 by ondrej.certik: Doctest failures in Python 2.6.6 http://code.google.com/p/sympy/issues/detail?id=2041 So I think this is not Mac related and we have a problem to solve. :) -- You received this message because you are subscribed to the Google Groups "sympy-issues" gro

Issue 2065 in sympy: Wrong result with expressions like limit(x**0.5, x, oo)

2010-09-25 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 2065 by pevzi23: Wrong result with expressions like limit(x**0.5, x, oo) http://code.google.com/p/sympy/issues/detail?id=2065 When I raise x to the power less than 1, I get wrong result: In [24]: limit(x**(1/3.), x, oo) Ou

Re: Issue 2065 in sympy: Wrong result with expressions like limit(x**0.5, x, oo)

2010-09-25 Thread sympy
Updates: Status: Accepted Labels: WrongResult Series Comment #1 on issue 2065 by asmeurer: Wrong result with expressions like limit(x**0.5, x, oo) http://code.google.com/p/sympy/issues/detail?id=2065 I get the same problem in master. The problems obviously has something to