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

torch_geometric.nn.aggr package with base class #4687

Merged
merged 16 commits into from
May 25, 2022
Merged

Conversation

rusty1s
Copy link
Member

@rusty1s rusty1s commented May 20, 2022

No description provided.

@codecov
Copy link

codecov bot commented May 20, 2022

Codecov Report

Merging #4687 (3350693) into master (efffdc3) will increase coverage by 0.07%.
The diff coverage is 97.64%.

@@            Coverage Diff             @@
##           master    #4687      +/-   ##
==========================================
+ Coverage   82.32%   82.40%   +0.07%     
==========================================
  Files         318      321       +3     
  Lines       17123    17207      +84     
==========================================
+ Hits        14097    14179      +82     
- Misses       3026     3028       +2     
Impacted Files Coverage Δ
torch_geometric/nn/aggr/base.py 91.66% <91.66%> (ø)
torch_geometric/nn/__init__.py 100.00% <100.00%> (ø)
torch_geometric/nn/aggr/__init__.py 100.00% <100.00%> (ø)
torch_geometric/nn/aggr/basic.py 100.00% <100.00%> (ø)
torch_geometric/transforms/base_transform.py 100.00% <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 efffdc3...3350693. Read the comment docs.

@rusty1s rusty1s merged commit cb92831 into master May 25, 2022
@rusty1s rusty1s deleted the aggr_baseclass branch May 25, 2022 18:22
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.

4 participants