Skip to content

Commit 3ce025b

Browse files
unbrake chebconv gpu
1 parent ef22e9a commit 3ce025b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/layers/conv.jl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,8 @@ end
8484
@test l.k == k
8585
for g in test_graphs
8686
g = add_self_loops(g)
87-
test_layer(l, g, rtol = RTOL_HIGH, test_gpu = false,
87+
test_layer(l, g, rtol = RTOL_HIGH, test_gpu = TEST_GPU,
8888
outsize = (out_channel, g.num_nodes))
89-
if TEST_GPU
90-
@test_broken test_layer(l, g, rtol = RTOL_HIGH, test_gpu = true,
91-
outsize = (out_channel, g.num_nodes))
92-
end
9389
end
9490

9591
@testset "bias=false" begin

0 commit comments

Comments
 (0)