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

Add TorchScript support to DegreeScalerAggregation #4934

Merged
merged 6 commits into from Jul 7, 2022
Merged

Conversation

rusty1s
Copy link
Member

@rusty1s rusty1s commented Jul 7, 2022

No description provided.

@codecov
Copy link

codecov bot commented Jul 7, 2022

Codecov Report

Merging #4934 (1e5e69d) into master (1ad526c) will decrease coverage by 0.03%.
The diff coverage is 95.45%.

@@            Coverage Diff             @@
##           master    #4934      +/-   ##
==========================================
- Coverage   82.72%   82.68%   -0.04%     
==========================================
  Files         330      330              
  Lines       17843    17844       +1     
==========================================
- Hits        14760    14755       -5     
- Misses       3083     3089       +6     
Impacted Files Coverage Δ
torch_geometric/nn/aggr/scaler.py 97.50% <91.66%> (-2.50%) ⬇️
torch_geometric/nn/aggr/base.py 93.61% <100.00%> (-0.27%) ⬇️
torch_geometric/nn/aggr/basic.py 100.00% <100.00%> (ø)
torch_geometric/nn/conv/pna_conv.py 91.42% <100.00%> (-0.58%) ⬇️
torch_geometric/utils/degree.py 100.00% <100.00%> (ø)
torch_geometric/testing/decorators.py 96.66% <0.00%> (-3.34%) ⬇️
torch_geometric/loader/neighbor_loader.py 86.16% <0.00%> (-2.52%) ⬇️

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 1ad526c...1e5e69d. Read the comment docs.

@rusty1s rusty1s merged commit 5f77394 into master Jul 7, 2022
@rusty1s rusty1s deleted the fix_pna_conv branch July 7, 2022 08:38
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.

None yet

1 participant