Status: New
Owner: ----
Labels: Type-Defect Priority-Medium NeedsReview Series

New issue 3683 by [email protected]: AssertionError: sqrt(sin(x**3)).series(x,0,3)
http://code.google.com/p/sympy/issues/detail?id=3683

In [1]: sqrt(sin(x**3)).series(x,0,3)
---------------------------------------------------------------------------
AssertionError                            Traceback (most recent call last)

/home/sk/<ipython console> in <module>()

/home/sk/src/sympy/sympy/core/expr.pyc in series(self, x, x0, n, dir)
2374 # if this assertion fails then our ndo calculation

   2375                             # needs modification

-> 2376                             assert s1.getn() == n
   2377                             break
   2378                     else:

AssertionError:


An attempt to fix this problem:
https://github.com/sympy/sympy/pull/1863


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" 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-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to