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

GCN2Conv: Allow for optional edge_weight #4670

Merged
merged 3 commits into from
May 17, 2022
Merged

Conversation

rusty1s
Copy link
Member

@rusty1s rusty1s commented May 17, 2022

No description provided.

@rusty1s rusty1s self-assigned this May 17, 2022
@rusty1s rusty1s linked an issue May 17, 2022 that may be closed by this pull request
@rusty1s rusty1s mentioned this pull request May 17, 2022
@codecov
Copy link

codecov bot commented May 17, 2022

Codecov Report

Merging #4670 (6197eb2) into master (be2a463) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #4670   +/-   ##
=======================================
  Coverage   82.88%   82.88%           
=======================================
  Files         318      318           
  Lines       16817    16817           
=======================================
  Hits        13939    13939           
  Misses       2878     2878           
Impacted Files Coverage Δ
torch_geometric/nn/conv/gcn2_conv.py 92.53% <100.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 be2a463...6197eb2. Read the comment docs.

@rusty1s rusty1s merged commit 660a747 into master May 17, 2022
@rusty1s rusty1s deleted the gcn2conv_optional_edge_weight branch May 17, 2022 22:25
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.

bug in GCN2Conv
1 participant