-
-
Notifications
You must be signed in to change notification settings - Fork 28.3k
Missing term in calculation of TOTAL_VALUES. #2116
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
|
@fjosw is attempting to deploy a commit to the github readme stats Team on Vercel. A member of the Team first needs to authorize it. |
|
Are you still considering to merge this @anuraghazra @rickstaa or should I close the PR? |
|
@fjosw I think this PR needs to be merged since it addresses a real bug. I however waited for @anuraghazra's approval since it wil influence ranks. |
Codecov ReportBase: 97.32% // Head: 96.66% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2116 +/- ##
==========================================
- Coverage 97.32% 96.66% -0.67%
==========================================
Files 22 22
Lines 3592 3803 +211
Branches 322 320 -2
==========================================
+ Hits 3496 3676 +180
- Misses 95 125 +30
- Partials 1 2 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Before PRAfter |
|
@anuraghazra Merged as it does not seem to influence the ranks by too much. |
* fix: added missing term in calculation of TOTAL_VALUES. * fix: fix rank test * refactor: update code formatting * refactor: update code formatting Co-authored-by: rickstaa <[email protected]>
* fix: added missing term in calculation of TOTAL_VALUES. * fix: fix rank test * refactor: update code formatting * refactor: update code formatting Co-authored-by: rickstaa <[email protected]>
* fix: added missing term in calculation of TOTAL_VALUES. * fix: fix rank test * refactor: update code formatting * refactor: update code formatting Co-authored-by: rickstaa <[email protected]>
I think I found a missing term in the calculation of
TOTAL_VALUESused as input standard deviation for the CDF in calculateRank.