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

Refactor GENConv to rely on new Aggregation #4866

Merged
merged 5 commits into from
Jun 26, 2022
Merged

Conversation

rusty1s
Copy link
Member

@rusty1s rusty1s commented Jun 26, 2022

No description provided.

@codecov
Copy link

codecov bot commented Jun 26, 2022

Codecov Report

Merging #4866 (2b6357d) into master (fb34a77) will increase coverage by 0.02%.
The diff coverage is 90.90%.

@@            Coverage Diff             @@
##           master    #4866      +/-   ##
==========================================
+ Coverage   82.75%   82.78%   +0.02%     
==========================================
  Files         329      329              
  Lines       17703    17678      -25     
==========================================
- Hits        14651    14634      -17     
+ Misses       3052     3044       -8     
Impacted Files Coverage Δ
torch_geometric/nn/conv/gen_conv.py 85.91% <90.00%> (+2.75%) ⬆️
torch_geometric/nn/conv/sage_conv.py 96.42% <100.00%> (+1.69%) ⬆️
torch_geometric/nn/aggr/base.py 93.87% <0.00%> (+2.04%) ⬆️

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 fb34a77...2b6357d. Read the comment docs.

@rusty1s rusty1s merged commit c097b9d into master Jun 26, 2022
@rusty1s rusty1s deleted the refactor_gen_conv branch June 26, 2022 11:27
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.

1 participant