-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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: time comparison can't guarantee the accuracy #16895
Conversation
Codecov Report
@@ Coverage Diff @@
## master #16895 +/- ##
==========================================
- Coverage 77.02% 76.90% -0.12%
==========================================
Files 1021 1021
Lines 54754 54849 +95
Branches 7470 7481 +11
==========================================
+ Hits 42173 42183 +10
- Misses 12335 12419 +84
- Partials 246 247 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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 and tested to work as expected. Thanks for fixing this and adding comprehensive tests!
* fix: time comparison can't guarantee the accuracy * fix multiple series * fix lint * fix ut * fix lint * more ut * fix typo
* fix: time comparison can't guarantee the accuracy * fix multiple series * fix lint * fix ut * fix lint * more ut * fix typo
SUMMARY
The
time comparison
in AA can't guarantee accuracy when applied to multiple series line charts.Due to the errors of the original algorithm, only consider using the time column to
join
. Now the join algorithm is improved.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
After
Before
Time.comparison-before.mov
TESTING INSTRUCTIONS
birth_names
datasetyear
1970 - 2000
sum__num
state
2
for convenience3 years later
actual values
south panel
to observe the accuracy of the dataADDITIONAL INFORMATION