Skip to content
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

Merged
merged 5 commits into from
Jul 29, 2020

Conversation

Iroy30
Copy link
Contributor

@Iroy30 Iroy30 commented Jul 22, 2020

--> 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

@Iroy30 Iroy30 requested a review from a team as a code owner July 22, 2020 15:21
@codecov-commenter
Copy link

codecov-commenter commented Jul 22, 2020

Codecov Report

Merging #1017 into branch-0.15 will decrease coverage by 0.00%.
The diff coverage is 76.47%.

Impacted file tree graph

@@               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     
Impacted Files Coverage Δ
python/cugraph/dask/mg_pagerank/pagerank.py 96.00% <ø> (ø)
python/cugraph/comms/comms.py 83.33% <75.00%> (ø)
python/cugraph/dask/common/input_utils.py 96.90% <75.00%> (ø)
python/cugraph/structure/graph.py 75.64% <80.00%> (-0.79%) ⬇️
python/cugraph/_version.py 44.80% <0.00%> (+0.39%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4203358...f4fdc7f. Read the comment docs.

@Iroy30 Iroy30 changed the title [WIP] fix local vert and offset calculation [REVIEW] fix local vert and offset calculation Jul 24, 2020
Copy link
Member

@afender afender left a 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

@afender afender merged commit 3e67085 into rapidsai:branch-0.15 Jul 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEA] core.py should be in rapidsai/raft
4 participants