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

Optional dependencies #4411

Merged
merged 20 commits into from
Apr 5, 2022
Merged

Optional dependencies #4411

merged 20 commits into from
Apr 5, 2022

Conversation

rusty1s
Copy link
Member

@rusty1s rusty1s commented Apr 4, 2022

No description provided.

@codecov
Copy link

codecov bot commented Apr 4, 2022

Codecov Report

Merging #4411 (ca6403b) into master (bfe9ce1) will decrease coverage by 0.09%.
The diff coverage is 97.43%.

@@            Coverage Diff             @@
##           master    #4411      +/-   ##
==========================================
- Coverage   82.68%   82.59%   -0.10%     
==========================================
  Files         311      312       +1     
  Lines       16087    16113      +26     
==========================================
+ Hits        13302    13308       +6     
- Misses       2785     2805      +20     
Impacted Files Coverage Δ
torch_geometric/data/lightning_datamodule.py 25.21% <ø> (ø)
torch_geometric/graphgym/config.py 95.07% <ø> (ø)
torch_geometric/nn/resolver.py 93.33% <93.33%> (ø)
torch_geometric/nn/conv/message_passing.py 99.40% <100.00%> (+<0.01%) ⬆️
torch_geometric/nn/models/basic_gnn.py 90.19% <100.00%> (ø)
torch_geometric/nn/models/mlp.py 98.41% <100.00%> (-1.59%) ⬇️
torch_geometric/nn/sequential.py 95.00% <100.00%> (+0.12%) ⬆️
torch_geometric/testing.py 100.00% <100.00%> (ø)
torch_geometric/nn/conv/utils/typing.py 81.25% <0.00%> (-17.50%) ⬇️
torch_geometric/io/tu.py 93.58% <0.00%> (-2.57%) ⬇️
... and 5 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 bfe9ce1...ca6403b. Read the comment docs.

@rusty1s rusty1s merged commit 8281be4 into master Apr 5, 2022
@rusty1s rusty1s deleted the opt_deps branch April 5, 2022 08:38
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