On Fri, Oct 17, 2008 at 9:24 PM, Fredrik Johansson <[EMAIL PROTECTED]> wrote: > > On Fri, Oct 17, 2008 at 8:40 PM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > > The first is due to quadts(f, a, b) changing syntax to quadts(f, [a, > b]) (a trivial fix in evalf.py) and the second is due to findpoly > reversing order (see the "XXX:" comment in nsimplify; also trivially > fixed)
Thanks, now all tests pass, all changes in my repo above. Unfortunately, some tests are now lot slower. Now: [EMAIL PROTECTED]:~/repos/sympy$ py.test sympy/integrals/tests/test_integrals.py ============================= test process starts ============================== executable: /usr/bin/python (2.5.2-final-0) using py lib: /usr/lib/python2.5/site-packages/py <rev unknown> sympy/integrals/tests/test_integrals.py[29] ............................. ================== tests finished: 29 passed in 27.93 seconds ================== Before: [EMAIL PROTECTED]:~/repos/sympy$ git checkout master Switched to branch "master" [EMAIL PROTECTED]:~/repos/sympy$ py.test sympy/integrals/tests/test_integrals.py ============================= test process starts ============================== executable: /usr/bin/python (2.5.2-final-0) using py lib: /usr/lib/python2.5/site-packages/py <rev unknown> sympy/integrals/tests/test_integrals.py[29] ............................. ================== tests finished: 29 passed in 8.62 seconds =================== Do you know where the problem is? Ondrej --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sympy?hl=en -~----------~----~----~----~------~----~------~--~---
