Skip to content

Commit abf0f26

Browse files
cleanup
1 parent 0c425c0 commit abf0f26

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

test/runtests.jl

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,17 @@ CUDA.allowscalar(false)
1313
include("cuda/test_utils.jl")
1414

1515
tests = [
16-
# "gnngraph",
17-
# "msgpass",
18-
# "layers/basic",
16+
"gnngraph",
17+
"msgpass",
18+
"layers/basic",
1919
"layers/conv",
2020
"layers/pool",
2121
]
2222

2323
!CUDA.functional() && @warn("CUDA unavailable, not testing GPU support")
2424

2525
# Testing all graph types. :sparse is a bit broken at the moment
26-
# @testset "GraphNeuralNetworks: graph format $graph_type" for graph_type in (:coo, :sparse, :dense)
27-
@testset "GraphNeuralNetworks: graph format $graph_type" for graph_type in (:coo,)
26+
@testset "GraphNeuralNetworks: graph format $graph_type" for graph_type in (:coo, :sparse, :dense)
2827

2928
global GRAPH_T = graph_type
3029
for t in tests

0 commit comments

Comments
 (0)