Skip to content

Commit 62227b3

Browse files
Update src/layers/conv.jl
Co-authored-by: Carlo Lucibello <[email protected]>
1 parent bd3bac3 commit 62227b3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/layers/conv.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1145,9 +1145,6 @@ end
11451145

11461146
function (l::GMMConv)(g::GNNGraph, x::AbstractMatrix, u::AbstractMatrix)
11471147

1148-
if g.graph[3]!==nothing
1149-
@warn g.graph[3] !== nothing "Edge weights $(g.graph[3]) provided, will not be used for computation"
1150-
end
11511148

11521149
@assert (l.u_dim == size(u)[1] && g.num_edges == size(u)[2]) "Pseudo-cordinate dim $(size(u)) does not match (u_dim=$(u_dim),num_edge=$(g.num_edges))"
11531150

0 commit comments

Comments
 (0)