We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05dc33f commit 77ff798Copy full SHA for 77ff798
test/runtests.jl
@@ -24,7 +24,7 @@ tests = [
24
!CUDA.functional() && @warn("CUDA unavailable, not testing GPU support")
25
26
# Testing all graph types. :sparse is a bit broken at the moment
27
-@testset "GraphNeuralNetworks: graph format $graph_type" for graph_type in (:coo,)# :sparse, :dense)
+@testset "GraphNeuralNetworks: graph format $graph_type" for graph_type in (:coo, :sparse, :dense)
28
global GRAPH_T = graph_type
29
for t in tests
30
include("$t.jl")
0 commit comments