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

BasicGNN.jittable() support #7865

Merged
merged 4 commits into from
Aug 10, 2023
Merged

BasicGNN.jittable() support #7865

merged 4 commits into from
Aug 10, 2023

Conversation

rusty1s
Copy link
Member

@rusty1s rusty1s commented Aug 10, 2023

No description provided.

@codecov
Copy link

codecov bot commented Aug 10, 2023

Codecov Report

Merging #7865 (5929a07) into master (aadb135) will decrease coverage by 0.86%.
The diff coverage is 68.42%.

@@            Coverage Diff             @@
##           master    #7865      +/-   ##
==========================================
- Coverage   90.36%   89.50%   -0.86%     
==========================================
  Files         456      456              
  Lines       26519    26615      +96     
==========================================
- Hits        23963    23822     -141     
- Misses       2556     2793     +237     
Files Changed Coverage Δ
torch_geometric/nn/conv/message_passing.py 94.68% <ø> (ø)
torch_geometric/utils/trim_to_layer.py 89.09% <ø> (ø)
torch_geometric/nn/models/linkx.py 77.47% <26.66%> (-22.53%) ⬇️
torch_geometric/nn/models/rect.py 54.32% <38.09%> (-45.68%) ⬇️
torch_geometric/nn/models/basic_gnn.py 90.45% <84.61%> (-3.60%) ⬇️

... and 31 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 b965d76 into master Aug 10, 2023
15 of 16 checks passed
@rusty1s rusty1s deleted the jit_gnn branch August 10, 2023 12:13
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