Skip to content

Commit dd0b11d

Browse files
cleanup
1 parent 7e0d141 commit dd0b11d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
1616
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
1717
NNlibCUDA = "a00861dc-f156-4864-bf3c-e6376f28a68d"
1818
PrettyPrint = "8162dcfd-2161-5ef2-ae6c-7681170c5f98"
19+
PrettyPrinting = "54e16d92-306c-5ea0-a30b-337be88ac337"
1920
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
2021
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2122
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ using GraphNeuralNetworks
22
using Flux
33
using CUDA
44
using Flux: gpu, @functor
5-
using Flux: @functor
65
using LinearAlgebra, Statistics, Random
76
using NNlib
7+
using LearnBase
88
using LightGraphs
99
using Zygote
1010
using Test

0 commit comments

Comments
 (0)