Skip to content

Commit

Permalink
Update GNNGraphs/src/transform.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Carlo Lucibello <[email protected]>
  • Loading branch information
rbSparky and CarloLucibello authored Aug 1, 2024
1 parent 96eb264 commit b86bf2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNNGraphs/src/transform.jl
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ end

"""
remove_edges(g::GNNGraph, edges_to_remove::AbstractVector{<:Integer})
remove_edges(g::GNNGraph, p::Float64=0.5)
remove_edges(g::GNNGraph, p=0.5)
Remove specified edges from a GNNGraph, either by specifying edge indices or by randomly removing edges with a given probability.
Expand Down

0 comments on commit b86bf2e

Please sign in to comment.