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

Fix empty edge handling in MetaPath2Vec #8248

Merged
merged 2 commits into from
Oct 23, 2023
Merged

Fix empty edge handling in MetaPath2Vec #8248

merged 2 commits into from
Oct 23, 2023

Conversation

rusty1s
Copy link
Member

@rusty1s rusty1s commented Oct 23, 2023

Fixes #8246

@codecov
Copy link

codecov bot commented Oct 23, 2023

Codecov Report

Merging #8248 (80c1a56) into master (b17555e) will decrease coverage by 0.57%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #8248      +/-   ##
==========================================
- Coverage   87.98%   87.41%   -0.57%     
==========================================
  Files         473      473              
  Lines       28636    28635       -1     
==========================================
- Hits        25195    25032     -163     
- Misses       3441     3603     +162     
Files Coverage Δ
torch_geometric/nn/models/metapath2vec.py 98.41% <100.00%> (+1.66%) ⬆️

... and 29 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@rusty1s rusty1s merged commit e5025ec into master Oct 23, 2023
16 checks passed
@rusty1s rusty1s deleted the metapath_empty branch October 23, 2023 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MetaPath2Vec fails in a heterogeneous graph with zero-degree nodes
1 participant