-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
fix(pandas-postprocessing): percentage compare to use correct column #16716
Conversation
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
Codecov Report
@@ Coverage Diff @@
## master #16716 +/- ##
==========================================
- Coverage 76.99% 76.86% -0.13%
==========================================
Files 1007 1007
Lines 54133 54141 +8
Branches 7374 7374
==========================================
- Hits 41678 41616 -62
- Misses 12215 12285 +70
Partials 240 240
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
SUMMARY
Currently the percentage compare post processing operation is using the following formula
while the correct formula should most likely be
Example:
increase from 500 to 1000 (expected result is it should have doubled):
old:
new:
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION