-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
#19766 Fixes incorrect limit #19771
#19766 Fixes incorrect limit #19771
Conversation
✅ Hi, I am the SymPy bot (v160). I'm here to help you write a release notes entry. Please read the guide on how to write release notes.
Note: This comment will be updated with the latest check if you edit the pull request. You need to reload the page to see it. Click here to see the pull request description that was parsed.
|
Add |
Just squash both the commits into one and add a more suitable The travis-build will fail due to this: #19768 |
Alright! The commits have been squashed and pushed. |
On master:
|
I have restarted the build. |
Codecov Report
@@ Coverage Diff @@
## master #19771 +/- ##
=============================================
- Coverage 75.703% 75.696% -0.007%
=============================================
Files 662 662
Lines 172162 172167 +5
Branches 40604 40605 +1
=============================================
- Hits 130332 130325 -7
- Misses 36138 36144 +6
- Partials 5692 5698 +6 |
Looks good to me. This can be merged @jksuom. |
Thanks. |
Fixes partially #19766
Added a test case for the limit.
limit(2**(-x)*sqrt(4**(x+1)+1), x, oo)
NO ENTRY