-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
VizRank: Reimplementation #6661
Conversation
e8f13f7
to
bfa96db
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #6661 +/- ##
==========================================
- Coverage 88.10% 88.09% -0.02%
==========================================
Files 321 322 +1
Lines 69950 70096 +146
==========================================
+ Hits 61631 61751 +120
- Misses 8319 8345 +26 |
ca3ed0a
to
21c641c
Compare
1a16af0
to
01f7ef7
Compare
I now change the code so that
This is in a separate commit and not explicitly tested. Perhaps I may be persuaded to add some tests, though they'd be rather stupid. |
def initialize(self): | ||
super().initialize() | ||
self.attrs = self.master.attrs | ||
caption_title = "Sieve Rank" |
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.
This is never used. You probably ment captionTitle
.
Issue
Fixes #6504. Also fixes #6624.
#6614 would fixed the above problems, but poking the VizRank code that didn't age well introduced new bugs, and testing exposed some existing bugs.
This PR implements a new, cleaner and leaner VizRank.
Includes