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 a80e6cf commit 05c5568Copy full SHA for 05c5568
GNNGraphs/test/runtests.jl
@@ -37,7 +37,8 @@ tests = [
37
"gnnheterograph",
38
"temporalsnapshotsgnngraph",
39
"mldatasets",
40
- "ext/SimpleWeightedGraphs"
+ "ext/SimpleWeightedGraphs",
41
+ "samplers"
42
]
43
44
!CUDA.functional() && @warn("CUDA unavailable, not testing GPU support")
GraphNeuralNetworks/test/samplers.jl renamed to GNNGraphs/test/samplers.jl
GraphNeuralNetworks/test/runtests.jl
@@ -30,7 +30,6 @@ tests = [
30
"layers/temporalconv",
31
"layers/pool",
32
"examples/node_classification_cora",
33
- "samplers"
34
35
36
0 commit comments