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

add w_mul_xj and set_edge_weight #114

Merged
merged 1 commit into from
Jan 22, 2022
Merged

add w_mul_xj and set_edge_weight #114

merged 1 commit into from
Jan 22, 2022

Conversation

CarloLucibello
Copy link
Member

@CarloLucibello CarloLucibello commented Jan 22, 2022

Also clean up the GCNConv

Close #110

@CarloLucibello CarloLucibello changed the title add w_mul_xj add w_mul_xj and set_edge_weight Jan 22, 2022
@codecov
Copy link

codecov bot commented Jan 22, 2022

Codecov Report

Merging #114 (5d10ed9) into master (df5b508) will decrease coverage by 0.69%.
The diff coverage is 57.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #114      +/-   ##
==========================================
- Coverage   83.30%   82.61%   -0.70%     
==========================================
  Files          14       14              
  Lines        1180     1179       -1     
==========================================
- Hits          983      974       -9     
- Misses        197      205       +8     
Impacted Files Coverage Δ
src/msgpass.jl 65.30% <28.57%> (-11.62%) ⬇️
src/GNNGraphs/convert.jl 90.08% <50.00%> (ø)
src/GNNGraphs/transform.jl 96.00% <100.00%> (+0.09%) ⬆️
src/layers/conv.jl 76.62% <100.00%> (-1.09%) ⬇️

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 df5b508...5d10ed9. Read the comment docs.

@CarloLucibello CarloLucibello merged commit 9a9370c into master Jan 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

implement set_edge_weights
1 participant