Skip to content

Commit 31039e4

Browse files
Update src/GNNGraphs/transform.jl
Co-authored-by: Carlo Lucibello <[email protected]>
1 parent 8aa2023 commit 31039e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/GNNGraphs/transform.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ function SparseArrays.blockdiag(g1::GNNGraph, gothers::GNNGraph...)
311311
end
312312
return g
313313
end
314-
SparseArrays.blockdiag(gs::Vector{GNNGraph}) = SparseArrays.blockdiag(gs...)
315314

316315
"""
317316
batch(gs::Vector{<:GNNGraph})

0 commit comments

Comments
 (0)