Issue 2320 in sympy: hydrogen doctest failures

2011-04-27 Thread sympy
Status: Accepted Owner: ondrej.c...@gmail.com Labels: Type-Defect Priority-Medium New issue 2320 by ondrej.c...@gmail.com: hydrogen doctest failures http://code.google.com/p/sympy/issues/detail?id=2320 I am getting hydrogen doctest failures on my machine: _ sympy.physics

Re: Issue 2320 in sympy: hydrogen doctest failures

2011-04-27 Thread sympy
Comment #1 on issue 2320 by pr...@goodok.ru: hydrogen doctest failures http://code.google.com/p/sympy/issues/detail?id=2320 I observed this failure only in the Windows platform (Python 2.7.1), but didn't in linux for Python 2.4.4, 2.4.6, 2.5.5, 2.6.5, 2.6.6, 2.7.1. Possible it is related wit

Re: Issue 2320 in sympy: hydrogen doctest failures

2011-04-27 Thread sympy
Comment #2 on issue 2320 by ondrej.c...@gmail.com: hydrogen doctest failures http://code.google.com/p/sympy/issues/detail?id=2320 Quick bisection reveals: 1fc30f8c4f475d262077d5f5851d2137593073e3 is the first bad commit commit 1fc30f8c4f475d262077d5f5851d2137593073e3 Author: Óscar Nájera Date

Re: Issue 2320 in sympy: hydrogen doctest failures

2011-04-27 Thread sympy
Comment #3 on issue 2320 by ondrej.c...@gmail.com: hydrogen doctest failures http://code.google.com/p/sympy/issues/detail?id=2320 Ok, this patch changes laguerre_l to generate polynomials in *unexpanded* form. I think it's a step back, as now you always need to call expand(). Let's figure ou

Re: Issue 2320 in sympy: hydrogen doctest failures

2011-04-27 Thread sympy
Comment #4 on issue 2320 by ondrej.c...@gmail.com: hydrogen doctest failures http://code.google.com/p/sympy/issues/detail?id=2320 Here is the pull request when this got in: https://github.com/sympy/sympy/pull/247 -- You received this message because you are subscribed to the Google Groups "sy

Re: Issue 2320 in sympy: hydrogen doctest failures

2011-04-27 Thread sympy
Comment #5 on issue 2320 by matt...@gmail.com: hydrogen doctest failures http://code.google.com/p/sympy/issues/detail?id=2320 This should be implemented in sympy/polys/orthopolys.py and only nicer API should be implemented in sympy/functions. -- You received this message because you are subs

Re: Issue 2320 in sympy: hydrogen doctest failures

2011-04-27 Thread sympy
Comment #6 on issue 2320 by ondrej.c...@gmail.com: hydrogen doctest failures http://code.google.com/p/sympy/issues/detail?id=2320 Mateusz, should the laguerre_l() return expanded or unexpanded polynomials? It makes better sense to me to return expanded polynomials. In any case, I have fixed

Re: Issue 2320 in sympy: hydrogen doctest failures

2011-04-28 Thread sympy
Comment #7 on issue 2320 by pr...@goodok.ru: hydrogen doctest failures http://code.google.com/p/sympy/issues/detail?id=2320 To clear for my self, I have a question why does `expand()`'s behavior differs on windows and linux system? Or it is related with orthopoly? Should the appropriate test

Re: Issue 2320 in sympy: hydrogen doctest failures

2011-08-06 Thread sympy
Updates: Status: Fixed Comment #8 on issue 2320 by matt...@gmail.com: hydrogen doctest failures http://code.google.com/p/sympy/issues/detail?id=2320 laguerre_l() now uses laguerre_poly() and gives results in expanded form. -- You received this message because you are subscribed to the G