Skip to content

Commit ebee230

Browse files
try to fix doctest
1 parent fc2941b commit ebee230

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

GraphNeuralNetworks/src/layers/temporalconv.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -874,6 +874,8 @@ See [`GNNRecurrence`](@ref) for more details.
874874
# Examples
875875
876876
```jldoctest
877+
julia> using Flux # Ensure relu is available
878+
877879
julia> num_nodes, num_edges = 5, 10;
878880
879881
julia> d_in, d_out = 2, 3;

0 commit comments

Comments
 (0)