Skip to content

Commit

Permalink
Update src/GNNGraphs/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 Mar 16, 2024
1 parent 64aad8d commit ea63a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GNNGraphs/transform.jl
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function remove_self_loops(g::GNNGraph{<:ADJMAT_T})
end

"""
remove_edges(g::GNNGraph, edges_to_remove::Vector{Int})
remove_edges(g::GNNGraph, edges_to_remove::AbstractVector{<:Integer})
Remove specified edges from a GNNGraph.
Expand Down

0 comments on commit ea63a4c

Please sign in to comment.