Skip to content

Commit

Permalink
fix heterograph docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello authored Dec 25, 2024
1 parent 1687abe commit c1ceded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNNGraphs/src/gnnheterograph/gnnheterograph.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ It is similar to [`GNNGraph`](@ref) but nodes and edges are of different types.
# Fields
- `graph`: A dictionary that maps (source_type, edge_type, target_type) triples to (source, target) index vectors.
- `graph`: A dictionary that maps `(source_type, edge_type, target_type)` triples to `(source, target)` index vectors.
- `num_nodes`: The number of nodes for each type.
- `num_edges`: The number of edges for each type.
- `ndata`: Node features.
Expand Down

0 comments on commit c1ceded

Please sign in to comment.