-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue 3223:degree((x+1)**10000) takes too long #1793
Conversation
SymPy Bot Summary: 🔴 Failed after merging hargup/master (7fee1c0) into master (6dde28a). |
Handle cleanly the case when pull["head"]["repo"] returns None. This may be linked to the user sending a PR from his master branch. For example, see sympy/sympy#1793
SymPy Bot Summary: ✳️ Passed after merging hargup/master (0308061) into master (6b17d5a). |
pass | ||
|
||
if f is polynomial: | ||
if len(f.free_symbols) is 1: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is a space at the end of L3969 that needs to be deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The diff shown by github is misleading. If you inspect hargup's master branch carefully, it looks like he has rebased these commits out.
Closing in favour of #1801. |
https://code.google.com/p/sympy/issues/detail?id=3223
sympy.polys.polytools.degree(f, _gens, *_args) rewritten in the way described in the thread.