CarloLucibello / GraphNeuralNetworks.jl

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

Implement laplacian_lambda_max #240

Closed aurorarossi closed 1 year ago

aurorarossi commented 1 year ago

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

codecov[bot] commented 1 year ago

Codecov Report

Merging #240 (bf274de) into master (156cfae) will increase coverage by 0.04%. The diff coverage is 100.00%.

:exclamation: Current head bf274de differs from pull request most recent head 17f9e65. Consider uploading reports for the commit 17f9e65 to get more accurate results

@@            Coverage Diff             @@
##           master     #240      +/-   ##
==========================================
+ Coverage   88.29%   88.33%   +0.04%     
==========================================
  Files          16       16              
  Lines        1589     1595       +6     
==========================================
+ Hits         1403     1409       +6     
  Misses        186      186              
Impacted Files Coverage Δ
src/GNNGraphs/query.jl 93.95% <100.00%> (+0.20%) :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

needs a rebase