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 3fd5559 commit 4ed0e36Copy full SHA for 4ed0e36
test/runtests.jl
@@ -29,7 +29,8 @@ tests = [
29
30
!CUDA.functional() && @warn("CUDA unavailable, not testing GPU support")
31
32
-@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)
33
+ # not testing :dense since causes OutOfMerror on github's CI
34
35
global GRAPH_T = graph_type
36
global TEST_GPU = CUDA.functional()# && GRAPH_T != :sparse
0 commit comments