Skip to content

Commit f6d6471

Browse files
Add space
Co-authored-by: Carlo Lucibello <[email protected]>
1 parent 48c5f7a commit f6d6471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNNLux/src/layers/basic.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ GNNGraph:
4242
num_nodes: 3
4343
num_edges: 6
4444
45-
julia> ps, st = LuxCore.setup(rng,m);
45+
julia> ps, st = LuxCore.setup(rng, m);
4646
4747
julia> m(g,x,ps,st) # First entry is the output, second entry is the state of the model
4848
(Float32[-0.15594329 -0.15594329 -0.15594329; 0.93431795 0.93431795 0.93431795; 0.27568763 0.27568763 0.27568763; 0.12568939 0.12568939 0.12568939], (layer_1 = NamedTuple(), layer_2 = NamedTuple(), layer_3 = NamedTuple()))

0 commit comments

Comments
 (0)