Skip to content

Commit d92f66d

Browse files
authored
Change position ``` (#211)
1 parent 21957dc commit d92f66d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/datasets/graphs/ogbdataset.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Dict{String, Any} with 17 entries:
7373
"is hetero" => false
7474
"task level" => "node"
7575
⋮ => ⋮
76-
```
76+
7777
julia> data = OGBDataset("ogbn-mag")
7878
OGBDataset ogbn-mag:
7979
metadata => Dict{String, Any} with 17 entries
@@ -87,6 +87,7 @@ Heterogeneous Graph:
8787
edge_indices => Dict{Tuple{String, String, String}, Tuple{Vector{Int64}, Vector{Int64}}} with 4 entries
8888
node_data => (year = "Dict{String, Vector{Float32}} with 1 entry", features = "Dict{String, Matrix{Float32}} with 1 entry", label = "Dict{String, Vector{Int64}} with 1 entry")
8989
edge_data => (reltype = "Dict{Tuple{String, String, String}, Vector{Float32}} with 4 entries",)
90+
```
9091
9192
## Edge prediction task
9293

0 commit comments

Comments
 (0)