Skip to content

Commit

Permalink
fix: revert naming for induced_subgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
askorupka committed Oct 6, 2024
1 parent 7cf09fa commit 2f528aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNNGraphs/src/GNNGraphs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export rand_graph,
rand_temporal_hyperbolic_graph

include("sampling.jl")
export sample_neighbors, Graphs.induced_subgraph
export sample_neighbors, induced_subgraph

include("operators.jl")
# Base.intersect
Expand Down

0 comments on commit 2f528aa

Please sign in to comment.