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

RandomLinkSplit: Allow edge_type == rev_edge_type #4757

Merged
merged 2 commits into from
Jun 2, 2022

Conversation

rusty1s
Copy link
Member

@rusty1s rusty1s commented Jun 2, 2022

No description provided.

@rusty1s rusty1s changed the title RandomLinkSplit: Allow rev_edge_type to be RandomLinkSplit: Allow edge_type == rev_edge_type Jun 2, 2022
@rusty1s rusty1s self-assigned this Jun 2, 2022
@codecov
Copy link

codecov bot commented Jun 2, 2022

Codecov Report

Merging #4757 (b2821d6) into master (ef78db3) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #4757   +/-   ##
=======================================
  Coverage   82.47%   82.47%           
=======================================
  Files         324      324           
  Lines       17301    17301           
=======================================
  Hits        14269    14269           
  Misses       3032     3032           
Impacted Files Coverage Δ
torch_geometric/transforms/random_link_split.py 93.10% <100.00%> (ø)
torch_geometric/nn/conv/han_conv.py 100.00% <0.00%> (ø)

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 ef78db3...b2821d6. Read the comment docs.

@rusty1s rusty1s merged commit 09f25e9 into master Jun 2, 2022
@rusty1s rusty1s deleted the test_random_link_split_undirected branch June 2, 2022 10:03
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.

RandomLinkSplit expects reverse edge types for heterogeneous undirected graphs
1 participant