Skip to content

Commit 46c6374

Browse files
committed
Fix filename
1 parent 1579685 commit 46c6374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datasets/cora.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function preprocess_cora(local_path)
2929
# @save trainfile graph train_X train_y
3030
# @save testfile graph test_X test_y
3131

32-
datafile = replace(cora_file, "cora.npz"=>"cora.all.jld2")
32+
datafile = replace(local_path, "cora.npz"=>"cora.all.jld2")
3333
@save datafile graph X y
3434
end
3535

0 commit comments

Comments
 (0)