Skip to content

Commit

Permalink
unbrake chebconv gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Aug 5, 2024
1 parent ef22e9a commit 3ce025b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/layers/conv.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,8 @@ end
@test l.k == k
for g in test_graphs
g = add_self_loops(g)
test_layer(l, g, rtol = RTOL_HIGH, test_gpu = false,
test_layer(l, g, rtol = RTOL_HIGH, test_gpu = TEST_GPU,
outsize = (out_channel, g.num_nodes))
if TEST_GPU
@test_broken test_layer(l, g, rtol = RTOL_HIGH, test_gpu = true,
outsize = (out_channel, g.num_nodes))
end
end

@testset "bias=false" begin
Expand Down

0 comments on commit 3ce025b

Please sign in to comment.