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

Re-structure torch_geometric.nn.aggr and torch_geometric.nn.norm documentation #6445

Merged
merged 7 commits into from
Jan 17, 2023

Conversation

rusty1s
Copy link
Member

@rusty1s rusty1s commented Jan 17, 2023

No description provided.

@codecov
Copy link

codecov bot commented Jan 17, 2023

Codecov Report

Merging #6445 (2187b28) into master (2d26745) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #6445   +/-   ##
=======================================
  Coverage   85.10%   85.10%           
=======================================
  Files         402      402           
  Lines       21682    21682           
=======================================
+ Hits        18452    18453    +1     
+ Misses       3230     3229    -1     
Impacted Files Coverage Δ
torch_geometric/nn/aggr/base.py 95.65% <ø> (ø)
torch_geometric/nn/norm/batch_norm.py 100.00% <ø> (ø)
torch_geometric/nn/norm/diff_group_norm.py 100.00% <ø> (ø)
torch_geometric/nn/norm/graph_norm.py 100.00% <ø> (ø)
torch_geometric/nn/norm/graph_size_norm.py 93.33% <ø> (ø)
torch_geometric/nn/norm/layer_norm.py 100.00% <ø> (ø)
torch_geometric/nn/norm/mean_subtraction_norm.py 100.00% <ø> (+7.14%) ⬆️
torch_geometric/nn/norm/msg_norm.py 100.00% <ø> (ø)
torch_geometric/nn/norm/pair_norm.py 100.00% <ø> (ø)
torch_geometric/nn/norm/instance_norm.py 100.00% <100.00%> (ø)

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

@rusty1s rusty1s merged commit 353f6f6 into master Jan 17, 2023
@rusty1s rusty1s deleted the restructure_transform branch January 17, 2023 08:49
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.

1 participant