Skip to content

Commit a0d9ec1

Browse files
authored
Merge pull request #219 from emsal0/patch-1
Fix GINConv docstring.
2 parents b86521d + cbb3c37 commit a0d9ec1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/layers/conv.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,6 @@ end
406406
The definition of this is as defined in the original paper,
407407
Xu et. al. (2018) https://arxiv.org/abs/1810.00826.
408408
"""
409-
410409
struct GINConv{V<:AbstractFeaturedGraph,R<:Real} <: MessagePassing
411410
fg::V
412411
nn

0 commit comments

Comments
 (0)