The limits will have to be debugged, essentially we just need to go step by step and see which routine returns the wrong answer.
Ondrej On Fri, Feb 6, 2015 at 8:11 PM, Aaron Meurer <[email protected]> wrote: > Be sure to test against SymPy master. As Ondrej pointed out, this used to > work, but it got broken. > > Aaron Meurer > > On Fri, Feb 6, 2015 at 5:55 PM, Douglas Lohmann <[email protected]> wrote: >> >> In my test it's not a bug. You can explain better? >> >> In [9]: limit(abs(log(x)), x, 0, '+') >> Out[9]: oo >> >> It was already reported the bug to the bug list? >> >> Em sábado, 31 de janeiro de 2015 13:33:40 UTC-2, Arnaud Usciati escreveu: >>> >>> Hello, >>> >>> limit(abs(log(x)), x, 0, '+') should return +oo, but it returns >>> -oo*sign(log(_w)) !!! >>> >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "sympy" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/sympy. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/sympy/b6cd9121-b2db-4979-8627-b4fcf9f98a99%40googlegroups.com. >> >> For more options, visit https://groups.google.com/d/optout. > > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/CAKgW%3D6L30%3Dh4-b6r2S_1c7tZ%3Deu8n7zFWcCBQOcTaN3f1MbnMA%40mail.gmail.com. > > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CADDwiVAnsosBWFg95BqBrKno7P%3DFdN4u0oM0RU68ku_t8CgvTg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
