Skip to content

Fix NaN issue in SetTransformerAggregation #7902

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

Merged
merged 2 commits into from
Aug 18, 2023
Merged

Fix NaN issue in SetTransformerAggregation #7902

merged 2 commits into from
Aug 18, 2023

Conversation

rusty1s
Copy link
Member

@rusty1s rusty1s commented Aug 18, 2023

Fixes #7899

@codecov
Copy link

codecov bot commented Aug 18, 2023

Codecov Report

Merging #7902 (6ab709f) into master (c0c060c) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #7902   +/-   ##
=======================================
  Coverage   89.36%   89.36%           
=======================================
  Files         457      457           
  Lines       26817    26818    +1     
=======================================
+ Hits        23965    23967    +2     
+ Misses       2852     2851    -1     
Files Changed Coverage Δ
torch_geometric/nn/aggr/set_transformer.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

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

@rusty1s rusty1s merged commit deff5a4 into master Aug 18, 2023
@rusty1s rusty1s deleted the fix_nan branch August 18, 2023 11:40
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.

SetTransformerAggregation returns nan for an unconnected node.
1 participant