Skip to content

Commit f9fc48a

Browse files
Merge pull request #225 from CarloLucibello/cl/closures
Avoid capturing external variables into closures
2 parents 45a14db + 55e6ed8 commit f9fc48a

File tree

4 files changed

+190
-144
lines changed

4 files changed

+190
-144
lines changed

src/GraphNeuralNetworks.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ using NNlib, NNlibCUDA
1111
using NNlib: scatter, gather
1212
using ChainRulesCore
1313
using Reexport
14-
1514
using SparseArrays, Graphs # not needed but if removed Documenter will complain
1615

1716
include("GNNGraphs/GNNGraphs.jl")

0 commit comments

Comments
 (0)