Skip to content

Commit 709c651

Browse files
committed
Reexport GraphSignals
1 parent 307f529 commit 709c651

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/GeometricFlux.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ module GeometricFlux
33
using Statistics: mean
44
using SparseArrays: SparseMatrixCSC
55
using LinearAlgebra: Adjoint, norm
6+
using Reexport
67

78
using FillArrays: Fill
89
using Flux
910
using Flux: glorot_uniform, leakyrelu, GRUCell
1011
using Flux: @functor
11-
using GraphSignals
12+
@reexport using GraphSignals
1213
using LightGraphs
1314
using Requires
1415
using ScatterNNlib

0 commit comments

Comments
 (0)