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

[Code Coverage] data/dataset.py #6675

Merged
merged 9 commits into from
Feb 12, 2023
Merged

Conversation

LukeLIN-web
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Feb 11, 2023

Codecov Report

Merging #6675 (69038aa) into master (2a80dae) will decrease coverage by 0.04%.
The diff coverage is n/a.

❗ Current head 69038aa differs from pull request most recent head 5b38b27. Consider uploading reports for the commit 5b38b27 to get more accurate results

@@            Coverage Diff             @@
##           master    #6675      +/-   ##
==========================================
- Coverage   88.59%   88.55%   -0.04%     
==========================================
  Files         423      423              
  Lines       23114    23114              
==========================================
- Hits        20477    20468       -9     
- Misses       2637     2646       +9     
Impacted Files Coverage Δ
torch_geometric/transforms/random_link_split.py 93.42% <0.00%> (-5.93%) ⬇️
torch_geometric/transforms/add_self_loops.py 94.44% <0.00%> (-5.56%) ⬇️
...ometric/transforms/largest_connected_components.py 95.65% <0.00%> (-4.35%) ⬇️
torch_geometric/data/dataset.py 93.64% <0.00%> (+1.15%) ⬆️

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

@LukeLIN-web
Copy link
Contributor Author

If we want to test dataset.get_summary()
It is not satisfy the Minimal Installation / import

    def __repr__(self) -> str:
>       from tabulate import tabulate
E       ModuleNotFoundError: No module named 'tabulate'

torch_geometric/data/summary.py:81: ModuleNotFoundError

@LukeLIN-web LukeLIN-web changed the title [Code Coverage] test_dataset.py [Code Coverage] data/test_dataset.py Feb 11, 2023
@rusty1s rusty1s changed the title [Code Coverage] data/test_dataset.py [Code Coverage] data/dataset.py Feb 11, 2023
@rusty1s rusty1s enabled auto-merge (squash) February 12, 2023 10:22
@rusty1s rusty1s merged commit 2c42af3 into pyg-team:master Feb 12, 2023
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