File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,17 @@ CUDA.allowscalar(false)
13
13
include (" cuda/test_utils.jl" )
14
14
15
15
tests = [
16
- # "gnngraph",
17
- # "msgpass",
18
- # "layers/basic",
16
+ " gnngraph" ,
17
+ " msgpass" ,
18
+ " layers/basic" ,
19
19
" layers/conv" ,
20
20
" layers/pool" ,
21
21
]
22
22
23
23
! CUDA. functional () && @warn (" CUDA unavailable, not testing GPU support" )
24
24
25
25
# 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 )
28
27
29
28
global GRAPH_T = graph_type
30
29
for t in tests
You can’t perform that action at this time.
0 commit comments