Skip to content

Commit 00ebef3

Browse files
authored
follow up fix pr #642 (#647)
Signed-off-by: Parvm1102 <parvmittal31757@gmail.com>
1 parent 3f134c9 commit 00ebef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)