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

GraphStore: Refactor and remove SparseTensor dependency #5517

Merged
merged 20 commits into from
Dec 29, 2022

Conversation

rusty1s
Copy link
Member

@rusty1s rusty1s commented Sep 23, 2022

No description provided.

@rusty1s rusty1s marked this pull request as draft September 23, 2022 14:59
@rusty1s rusty1s self-assigned this Sep 23, 2022
@rusty1s rusty1s changed the title GraphStore: Refactor and Remove SparseTensor dependency GraphStore: Refactor and remove SparseTensor dependency Sep 23, 2022
@rusty1s rusty1s marked this pull request as ready for review December 29, 2022 10:35
@codecov
Copy link

codecov bot commented Dec 29, 2022

Codecov Report

Merging #5517 (d7360c3) into master (31d8687) will decrease coverage by 2.12%.
The diff coverage is 69.68%.

@@            Coverage Diff             @@
##           master    #5517      +/-   ##
==========================================
- Coverage   86.50%   84.38%   -2.13%     
==========================================
  Files         381      381              
  Lines       21303    21259      -44     
==========================================
- Hits        18429    17939     -490     
- Misses       2874     3320     +446     
Impacted Files Coverage Δ
torch_geometric/data/hetero_data.py 89.80% <54.54%> (-4.78%) ⬇️
torch_geometric/data/data.py 88.96% <56.00%> (-4.06%) ⬇️
torch_geometric/data/graph_store.py 90.32% <87.83%> (-2.58%) ⬇️
torch_geometric/testing/graph_store.py 94.73% <88.88%> (-5.27%) ⬇️
torch_geometric/nn/models/dimenet_utils.py 0.00% <0.00%> (-75.52%) ⬇️
torch_geometric/nn/models/dimenet.py 14.90% <0.00%> (-52.76%) ⬇️
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.10% <0.00%> (-7.90%) ⬇️
... and 34 more

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

@rusty1s rusty1s merged commit e27d935 into master Dec 29, 2022
@rusty1s rusty1s deleted the graph_store_refactor branch December 29, 2022 14:52
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

2 participants