Skip to content

Commit 50d51ef

Browse files
fix gnngraphs doctests
1 parent 7e32615 commit 50d51ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

GNNGraphs/docs/src/guides/heterograph.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ GNNHeteroGraph:
9999
num_nodes: Dict(:movie => 13, :user => 3)
100100
num_edges: Dict((:user, :rate, :movie) => 4)
101101
ndata:
102-
:movie => DataStore(z = [64×13 Matrix{Float32}])
103-
:user => DataStore(x = [64×3 Matrix{Float32}])
102+
:movie => DataStore(z = [64×13 Matrix{Float32}])
103+
:user => DataStore(x = [64×3 Matrix{Float32}])
104104
edata:
105-
(:user, :rate, :movie) => DataStore(e = [64×4 Matrix{Float32}])
105+
(:user, :rate, :movie) => DataStore(e = [64×4 Matrix{Float32}])
106106
```
107107

108108
## Batching
@@ -140,4 +140,4 @@ end
140140

141141
## Graph convolutions on heterographs
142142

143-
See [`HeteroGraphConv`](@ref) for how to perform convolutions on heterogeneous graphs.
143+
See `HeteroGraphConv` for how to perform convolutions on heterogeneous graphs.

0 commit comments

Comments
 (0)