CarloLucibello / GraphNeuralNetworks.jl

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

fix tests #266

Closed CarloLucibello closed 1 year ago

CarloLucibello commented 1 year ago

The failures were due to some mixed Float64/Float32 types arising in the finite differences gradient. I'm not sure why this suddenly happened, maybe some changes in Adapt.jl

codecov[bot] commented 1 year ago

Codecov Report

Merging #266 (9ca9882) into master (c5bd656) will increase coverage by 0.04%. The diff coverage is 77.77%.

@@            Coverage Diff             @@
##           master     #266      +/-   ##
==========================================
+ Coverage   81.70%   81.75%   +0.04%     
==========================================
  Files          17       17              
  Lines        1864     1869       +5     
==========================================
+ Hits         1523     1528       +5     
  Misses        341      341              
Impacted Files Coverage Δ
src/layers/conv.jl 79.22% <71.42%> (-0.26%) :arrow_down:
src/GNNGraphs/query.jl 94.62% <100.00%> (+0.60%) :arrow_up:

... and 1 file with indirect coverage changes

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