Skip to content

Commit 53b54c2

Browse files
committed
fix
1 parent 7079e35 commit 53b54c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/layers/graph_conv.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@
320320

321321
@testset "GINConv" begin
322322
nn = Flux.Chain(Dense(in_channel, out_channel))
323-
eps = 0.001
323+
eps = T(0.001)
324324
@testset "layer without graph" begin
325325
gc = GINConv(nn, eps)
326326
@test gc.nn == nn

0 commit comments

Comments
 (0)