Skip to content

Commit

Permalink
fix: don't export induced_subgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
askorupka committed Oct 11, 2024
1 parent 2f528aa commit 93b18d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
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, induced_subgraph
export sample_neighbors

include("operators.jl")
# Base.intersect
Expand Down
3 changes: 1 addition & 2 deletions GraphNeuralNetworks/src/GraphNeuralNetworks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ using ChainRulesCore
using Reexport
using MLUtils: zeros_like

using GNNGraphs: induced_subgraph,
COO_T, ADJMAT_T, SPARSE_T,
using GNNGraphs: COO_T, ADJMAT_T, SPARSE_T,
check_num_nodes, check_num_edges,
EType, NType # for heteroconvs

Expand Down

0 comments on commit 93b18d4

Please sign in to comment.