-
Notifications
You must be signed in to change notification settings - Fork 4
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
Improvements to decimal64_fast #644
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #644 +/- ##
=========================================
- Coverage 98.7% 98.6% -0.0%
=========================================
Files 219 219
Lines 15717 15636 -81
Branches 1720 1719 -1
=========================================
- Hits 15497 15414 -83
- Misses 220 222 +2
... and 13 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Normalize the values in the constructor and remove all the calls to normalize in the basis functions
Closes #639