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

Reset data_list cache when accessing dataset.data #6685

Merged
merged 3 commits into from
Feb 13, 2023
Merged

Conversation

rusty1s
Copy link
Member

@rusty1s rusty1s commented Feb 13, 2023

No description provided.

@github-actions github-actions bot added the data label Feb 13, 2023
@codecov
Copy link

codecov bot commented Feb 13, 2023

Codecov Report

Merging #6685 (af03f51) into master (d6b3ac3) will decrease coverage by 1.52%.
The diff coverage is 90.90%.

@@            Coverage Diff             @@
##           master    #6685      +/-   ##
==========================================
- Coverage   90.48%   88.97%   -1.52%     
==========================================
  Files         423      423              
  Lines       22983    22957      -26     
==========================================
- Hits        20796    20425     -371     
- Misses       2187     2532     +345     
Impacted Files Coverage Δ
torch_geometric/data/in_memory_dataset.py 96.55% <90.90%> (-0.82%) ⬇️
torch_geometric/nn/models/dimenet_utils.py 0.00% <0.00%> (-75.52%) ⬇️
torch_geometric/nn/models/dimenet.py 17.66% <0.00%> (-49.78%) ⬇️
torch_geometric/visualization/graph.py 68.25% <0.00%> (-26.99%) ⬇️
torch_geometric/nn/conv/utils/typing.py 83.75% <0.00%> (-15.00%) ⬇️
torch_geometric/nn/pool/asap.py 91.89% <0.00%> (-8.11%) ⬇️
torch_geometric/resolver.py 82.75% <0.00%> (-6.90%) ⬇️
torch_geometric/nn/dense/linear.py 88.97% <0.00%> (-5.92%) ⬇️
torch_geometric/nn/models/attentive_fp.py 95.83% <0.00%> (-4.17%) ⬇️
torch_geometric/sampler/neighbor_sampler.py 91.56% <0.00%> (-3.22%) ⬇️
... and 30 more

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

@rusty1s rusty1s self-assigned this Feb 13, 2023
@rusty1s rusty1s linked an issue Feb 13, 2023 that may be closed by this pull request
@rusty1s rusty1s merged commit 6196ab3 into master Feb 13, 2023
@rusty1s rusty1s deleted the reset_cache branch February 13, 2023 11:33
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.

Graph transformations in the fit-transform paradigm
1 participant