Comment #34 on issue 2084 by smichr: limit(1+1/x, x, 0, dir='-') fails http://code.google.com/p/sympy/issues/detail?id=2084
2084 now has 100% coverage, too. In comparing the two commits I saw that 2084 imported but did not use zoo while the other did not import it. I added a test to 2084 to generate (and cover) the part of the code that generates the zoo:
limit(x**-pi, x, 0) -> zoo Is that correct? -- You received this message because you are subscribed to the Google Groups "sympy-issues" 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-issues?hl=en.
