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

Removed unnecessary colons and fixed typos in the documentation #4616

Merged
merged 7 commits into from
May 11, 2022

Conversation

dongkwan-kim
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented May 11, 2022

Codecov Report

Merging #4616 (c4477ad) into master (f35c85f) will decrease coverage by 0.11%.
The diff coverage is n/a.

❗ Current head c4477ad differs from pull request most recent head 968075e. Consider uploading reports for the commit 968075e to get more accurate results

@@            Coverage Diff             @@
##           master    #4616      +/-   ##
==========================================
- Coverage   83.00%   82.88%   -0.12%     
==========================================
  Files         316      316              
  Lines       16677    16674       -3     
==========================================
- Hits        13842    13820      -22     
- Misses       2835     2854      +19     
Impacted Files Coverage Δ
torch_geometric/data/lightning_datamodule.py 26.08% <ø> (ø)
torch_geometric/nn/conv/cluster_gcn_conv.py 100.00% <ø> (ø)
torch_geometric/nn/conv/han_conv.py 100.00% <ø> (ø)
torch_geometric/nn/conv/hgt_conv.py 96.93% <ø> (ø)
torch_geometric/nn/conv/pna_conv.py 94.64% <ø> (ø)
torch_geometric/nn/conv/point_transformer_conv.py 100.00% <ø> (ø)
torch_geometric/nn/fx.py 89.04% <ø> (ø)
torch_geometric/nn/models/deepgcn.py 17.77% <ø> (ø)
torch_geometric/nn/models/dimenet.py 17.66% <ø> (ø)
torch_geometric/nn/to_hetero_transformer.py 95.20% <ø> (ø)
... and 12 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f35c85f...968075e. Read the comment docs.

@dongkwan-kim dongkwan-kim changed the title Remove unnecessary colons and fix typos in the documentation Removed unnecessary colons and fixed typos in the documentation May 11, 2022
Copy link
Member

@rusty1s rusty1s left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

torch_geometric/data/lightning_datamodule.py Outdated Show resolved Hide resolved
torch_geometric/data/lightning_datamodule.py Outdated Show resolved Hide resolved
torch_geometric/data/lightning_datamodule.py Outdated Show resolved Hide resolved
@rusty1s rusty1s merged commit 405b2ba into pyg-team:master May 11, 2022
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.

2 participants