-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
fix: Correct for negative margin in integrand lower limits. #2987
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2987 +/- ##
=======================================
Coverage 93.95% 93.95%
=======================================
Files 87 87
Lines 6333 6339 +6
Branches 1311 1313 +2
=======================================
+ Hits 5950 5956 +6
Misses 353 353
Partials 30 30
Continue to review full report at Codecov.
|
Screenshotter is acting up again. I have updated images (with output from Screenshotter) and now Screenshotter has decided not to approve them. I am unable to proceed. |
@ronkok Tests are also failing. Here's an error message:
|
Okay. All tests pass. Should be ready to go. The call to |
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.
One question: Do we need to handle an offset for the sup too? Or is this just a sub problem?
I don't think that any adjustment to |
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.
This looks great. I have one idea for improvement, which you are free to disagree with. Then I think we can merge.
Okay. Gotta clean test. |
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.
Great, thanks!
## [0.13.10](v0.13.9...v0.13.10) (2021-05-12) ### Bug Fixes * Correct for negative margin in integrand lower limits ([#2987](#2987)) ([9b4acc9](9b4acc9))
🎉 This PR is included in version 0.13.10 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Fixes #2986.