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

Bipartite dense_to_sparse support #6546

Merged
merged 2 commits into from
Jan 30, 2023
Merged

Bipartite dense_to_sparse support #6546

merged 2 commits into from
Jan 30, 2023

Conversation

rusty1s
Copy link
Member

@rusty1s rusty1s commented Jan 30, 2023

Fixes #6507

@github-actions github-actions bot added the utils label Jan 30, 2023
@codecov
Copy link

codecov bot commented Jan 30, 2023

Codecov Report

Merging #6546 (a284fa3) into master (2b9c633) will decrease coverage by 1.74%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #6546      +/-   ##
==========================================
- Coverage   87.55%   85.82%   -1.74%     
==========================================
  Files         412      412              
  Lines       22821    22780      -41     
==========================================
- Hits        19982    19552     -430     
- Misses       2839     3228     +389     
Impacted Files Coverage Δ
torch_geometric/utils/sparse.py 100.00% <100.00%> (ø)
torch_geometric/nn/models/dimenet_utils.py 0.00% <0.00%> (-75.52%) ⬇️
torch_geometric/nn/models/dimenet.py 17.84% <0.00%> (-49.66%) ⬇️
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%) ⬇️
torch_geometric/nn/dense/linear.py 89.05% <0.00%> (-5.88%) ⬇️
... and 33 more

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

@rusty1s rusty1s merged commit 0c8f35f into master Jan 30, 2023
@rusty1s rusty1s deleted the bipartite_dense_to_sparse branch January 30, 2023 15: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.

Bipartite graph support for utils.dense_to_sparse
1 participant