-
Notifications
You must be signed in to change notification settings - Fork 20
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
Feat/rpow function #74
Conversation
aritkulova
commented
Oct 23, 2023
•
edited by Arvolear
Loading
edited by Arvolear
- Since this PR suggests a bug fix, the tests have been added and the coverage is 100%.
- Since this PR introduces a new feature, the update has been discussed in an Issue or with the team.
- This PR is just a minor change, like a typo fix.
Added private function _rpow to AbstractCompoundRateKeeper
Make func internal for test reasons
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #74 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 40 39 -1
Lines 1658 1662 +4
Branches 232 234 +2
=========================================
+ Hits 1658 1662 +4
☔ View full report in Codecov by Sentry. |
Check if base or exponent equal to 0 removed
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.
Please, bump version to 2.6.6
rpow is renamed to raiseToPower precision taken not as func parameter but from the global scope upd to version 2.6.6
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.
LGTM!