CarloLucibello / GraphNeuralNetworks.jl

Graph Neural Networks in Julia
https://carlolucibello.github.io/GraphNeuralNetworks.jl/dev/
MIT License
216 stars 46 forks source link

Implemented khop_adj #239

Closed aurorarossi closed 1 year ago

aurorarossi commented 1 year ago

With this PR I added the khop_adj function of DGL suggested in issue https://github.com/CarloLucibello/GraphNeuralNetworks.jl/issues/41.

codecov[bot] commented 1 year ago

Codecov Report

Merging #239 (ca4f5b0) into master (eae9575) will increase coverage by 0.07%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #239      +/-   ##
==========================================
+ Coverage   88.21%   88.29%   +0.07%     
==========================================
  Files          16       16              
  Lines        1587     1589       +2     
==========================================
+ Hits         1400     1403       +3     
+ Misses        187      186       -1     
Impacted Files Coverage Δ
src/GNNGraphs/query.jl 93.75% <100.00%> (+0.07%) :arrow_up:
src/GNNGraphs/transform.jl 96.55% <0.00%> (+0.43%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

CarloLucibello commented 1 year ago

we have a failure in the heterograph printing tests on julia 1.6