CarloLucibello / GraphNeuralNetworks.jl

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

update tutorials #245

Closed CarloLucibello closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #245 (b3d40f3) into master (faed3fa) will decrease coverage by 0.21%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #245      +/-   ##
==========================================
- Coverage   80.85%   80.64%   -0.22%     
==========================================
  Files          17       17              
  Lines        1698     1731      +33     
==========================================
+ Hits         1373     1396      +23     
- Misses        325      335      +10     
Impacted Files Coverage Δ
src/GNNGraphs/gnngraph.jl 55.11% <0.00%> (-1.44%) :arrow_down:
src/GNNGraphs/gnnheterograph.jl 23.94% <0.00%> (-1.06%) :arrow_down:
src/GNNGraphs/datastore.jl 72.72% <0.00%> (-0.53%) :arrow_down:
src/GNNGraphs/transform.jl 96.12% <0.00%> (-0.38%) :arrow_down:
src/layers/conv.jl 76.78% <0.00%> (-0.07%) :arrow_down:
src/GNNGraphs/generate.jl 100.00% <0.00%> (ø)
src/GNNGraphs/sampling.jl 100.00% <0.00%> (ø)
src/GNNGraphs/query.jl 94.02% <0.00%> (+0.09%) :arrow_up:
src/GNNGraphs/convert.jl 91.82% <0.00%> (+0.32%) :arrow_up:
src/GNNGraphs/utils.jl 75.40% <0.00%> (+0.61%) :arrow_up:
... and 1 more

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

Dsantra92 commented 1 year ago

Unless we cache the rendered files, the docs will take this ridiculous time for rendering.