Skip to content

Commit 05c5568

Browse files
committed
Move test
1 parent a80e6cf commit 05c5568

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

GNNGraphs/test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ tests = [
3737
"gnnheterograph",
3838
"temporalsnapshotsgnngraph",
3939
"mldatasets",
40-
"ext/SimpleWeightedGraphs"
40+
"ext/SimpleWeightedGraphs",
41+
"samplers"
4142
]
4243

4344
!CUDA.functional() && @warn("CUDA unavailable, not testing GPU support")
File renamed without changes.

GraphNeuralNetworks/test/runtests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ tests = [
3030
"layers/temporalconv",
3131
"layers/pool",
3232
"examples/node_classification_cora",
33-
"samplers"
3433
]
3534

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

0 commit comments

Comments
 (0)