CarloLucibello / GraphNeuralNetworks.jl

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

Fix small typos #235

Closed aurorarossi closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #235 (68651d4) into master (5a48117) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #235   +/-   ##
=======================================
  Coverage   84.97%   84.97%           
=======================================
  Files          16       16           
  Lines        1557     1557           
=======================================
  Hits         1323     1323           
  Misses        234      234           
Impacted Files Coverage Δ
src/GNNGraphs/generate.jl 100.00% <ø> (ø)
src/GNNGraphs/gnngraph.jl 75.26% <ø> (ø)
src/GNNGraphs/gnnheterograph.jl 37.77% <ø> (ø)
src/GNNGraphs/query.jl 93.67% <ø> (ø)
src/msgpass.jl 71.42% <ø> (ø)

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

thanks!