-
Notifications
You must be signed in to change notification settings - Fork 310
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
[REVIEW] fix local vert and offset calculation #1017
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-0.15 #1017 +/- ##
===============================================
- Coverage 67.89% 67.89% -0.01%
===============================================
Files 57 55 -2
Lines 2031 2034 +3
===============================================
+ Hits 1379 1381 +2
- Misses 652 653 +1
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.
Just need to fix conflicts
--> Fixed the local data calculation to get correct csr/csc representation of distributed graph.
--> Fixed personalization bug when renumber=True
--> Removed snmg files
--> Updated API and renaming of dask-cudf Dataframe
--> Updated Comms and added docs