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

to_nested_tensor and from_nested_tensor functionality #6329

Merged
merged 4 commits into from
Jan 3, 2023
Merged

Conversation

rusty1s
Copy link
Member

@rusty1s rusty1s commented Jan 3, 2023

No description provided.

@codecov
Copy link

codecov bot commented Jan 3, 2023

Codecov Report

Merging #6329 (afe495f) into master (78bba36) will decrease coverage by 1.98%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #6329      +/-   ##
==========================================
- Coverage   86.30%   84.32%   -1.99%     
==========================================
  Files         386      387       +1     
  Lines       21515    21360     -155     
==========================================
- Hits        18569    18012     -557     
- Misses       2946     3348     +402     
Impacted Files Coverage Δ
torch_geometric/utils/__init__.py 100.00% <100.00%> (ø)
torch_geometric/utils/nested.py 100.00% <100.00%> (ø)
torch_geometric/nn/models/dimenet_utils.py 0.00% <0.00%> (-75.52%) ⬇️
torch_geometric/nn/models/dimenet.py 14.51% <0.00%> (-53.15%) ⬇️
torch_geometric/visualization/graph.py 68.25% <0.00%> (-26.99%) ⬇️
torch_geometric/profile/profile.py 33.33% <0.00%> (-25.39%) ⬇️
torch_geometric/nn/conv/utils/typing.py 83.75% <0.00%> (-15.00%) ⬇️
torch_geometric/nn/pool/asap.py 92.00% <0.00%> (-8.00%) ⬇️
torch_geometric/nn/inits.py 67.85% <0.00%> (-7.15%) ⬇️
torch_geometric/resolver.py 82.75% <0.00%> (-6.90%) ⬇️
... and 66 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@rusty1s rusty1s merged commit 7d2c9df into master Jan 3, 2023
@rusty1s rusty1s deleted the nested branch January 3, 2023 10:31
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