Skip to content

Commit 5d66f74

Browse files
authored
Merge branch 'JuliaGraphs:master' into fix-neighborloader-sampling-without-replacement
2 parents e76ba83 + 00ebef3 commit 5d66f74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GraphNeuralNetworks/test/test_module.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ function test_gradients(
157157
# Mooncake gradient with respect to f via Flux integration, compared against Zygote.
158158
y_mc, g_mc = Flux.withgradient(f -> loss(f, graph, xs...), Flux.AutoMooncake(), f)
159159
@assert isapprox(y, y_mc; rtol, atol)
160-
check_equal_leaves(g, g_mc_result; rtol, atol)
160+
check_equal_leaves(g, g_mc; rtol, atol)
161161
end
162162

163163
if test_gpu

0 commit comments

Comments
 (0)