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

NeighborLoader: Optionally use argument data without to_csc #4620

Merged
merged 5 commits into from
May 11, 2022
Merged

Conversation

ZenoTan
Copy link
Member

@ZenoTan ZenoTan commented May 11, 2022

No description provided.

@codecov
Copy link

codecov bot commented May 11, 2022

Codecov Report

Merging #4620 (0f14794) into master (6f120ff) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #4620   +/-   ##
=======================================
  Coverage   82.88%   82.88%           
=======================================
  Files         316      316           
  Lines       16674    16675    +1     
=======================================
+ Hits        13820    13821    +1     
  Misses       2854     2854           
Impacted Files Coverage Δ
torch_geometric/data/lightning_datamodule.py 26.08% <ø> (ø)
torch_geometric/loader/link_neighbor_loader.py 93.12% <ø> (ø)
torch_geometric/loader/neighbor_loader.py 91.83% <100.00%> (ø)
torch_geometric/loader/utils.py 77.77% <100.00%> (+0.24%) ⬆️

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 6f120ff...0f14794. Read the comment docs.

@rusty1s rusty1s changed the title Loader: Optionally use argument data without to_csc NeighborLoader: Optionally use argument data without to_csc May 11, 2022
@rusty1s rusty1s merged commit e3ba9d3 into master May 11, 2022
@rusty1s rusty1s deleted the sort_csc branch May 11, 2022 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants