CarloLucibello / GraphNeuralNetworks.jl

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

Fix typo in docstring #226

Closed aurorarossi closed 1 year ago

aurorarossi commented 1 year ago

This PR corrects a typo in the latex part of the docstring of the EGNNConv layer. It led to the following yellow line error:

image

codecov[bot] commented 1 year ago

Codecov Report

Merging #226 (d48dcb7) into master (a8863e3) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #226   +/-   ##
=======================================
  Coverage   86.58%   86.58%           
=======================================
  Files          15       15           
  Lines        1431     1431           
=======================================
  Hits         1239     1239           
  Misses        192      192           
Impacted Files Coverage Δ
src/layers/conv.jl 76.78% <ø> (ø)

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!