Skip to content

Commit 4ed0e36

Browse files
don't test dense, too much memory involved
1 parent 3fd5559 commit 4ed0e36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ tests = [
2929

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

32-
@testset "GraphNeuralNetworks: graph format $graph_type" for graph_type in (:coo,:sparse,:dense)
32+
@testset "GraphNeuralNetworks: graph format $graph_type" for graph_type in (:coo,:sparse)
33+
# not testing :dense since causes OutOfMerror on github's CI
3334

3435
global GRAPH_T = graph_type
3536
global TEST_GPU = CUDA.functional()# && GRAPH_T != :sparse

0 commit comments

Comments
 (0)