Skip to content

Commit 6f3d4c8

Browse files
cleanup
1 parent cb0fa04 commit 6f3d4c8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
4040
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
4141

4242
[targets]
43-
test = ["Test", "Zygote", "FiniteDifferences", "ChainRulesTestUtils"]
43+
test = ["Test", "Adapt", "Zygote", "FiniteDifferences", "ChainRulesTestUtils"]

test/layers/conv.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@
5959
gradtest(l, g, rtol=1e-5)
6060
end
6161

62-
# l = GraphConv(in_channel => out_channel, relu, bias=false)
63-
# for g in test_graphs
64-
# gradtest(l, g)
65-
# end
62+
l = GraphConv(in_channel => out_channel, relu, bias=false)
63+
for g in test_graphs
64+
gradtest(l, g, rtol=1e-5)
65+
end
6666

6767
@testset "bias=false" begin
6868
@test length(Flux.params(GraphConv(2=>3))) == 3

0 commit comments

Comments
 (0)