Skip to content

Commit 100ba5d

Browse files
always accept
1 parent 6209e2d commit 100ba5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GraphNeuralNetworks/test/examples/node_classification_cora.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
using MLDatasets: Cora
77
using Statistics, Random
88
using Test
9+
ENV["DATADEPS_ALWAYS_ACCEPT"] = "true"
910

1011
function eval_loss_accuracy(X, y, ids, model, g)
1112
= model(g, X)

0 commit comments

Comments
 (0)