Updates:
        Status: Duplicate
        Mergedinto: 1747

Comment #19 on issue 1264 by ronan.l...@gmail.com: Discrepancies between running the full test suite and individual tests
http://code.google.com/p/sympy/issues/detail?id=1264

It's still I11 that causes the problem:
In [1]: limit((tan(x)**2 + 1 - cos(x)**-2) / (sin(x)**2 + cos(x)**2 - 1), x, 0)
Out[1]: 0

In [2]: ( sin(x)/(1 - cos(x)) ).nseries(x, 0, 2)
---------------------------------------------------------------------------
NotImplementedError                       Traceback (most recent call last)
<snip>
NotImplementedError: Don't know how to calculate the mrv of 'O(_x)'


I'm quite sure that this is exactly the same problem as in issue 1747.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to