Skip to content

Commit

Permalink
[Documentation] remove legacy argument from HGTConv docstring (#8207)
Browse files Browse the repository at this point in the history
closes #8185

Background: #7117 replaces the previous `HGTConv` with an updated
implementation but kept the argument `group` in the docstring which
isn't used anymore. As only the documentation is touched, no further
testing is needed.
  • Loading branch information
stadlmax authored Oct 17, 2023
1 parent bce92aa commit 53bb233
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions torch_geometric/nn/conv/hgt_conv.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ class HGTConv(MessagePassing):
information.
heads (int, optional): Number of multi-head-attentions.
(default: :obj:`1`)
group (str, optional): The aggregation scheme to use for grouping node
embeddings generated by different relations
(:obj:`"sum"`, :obj:`"mean"`, :obj:`"min"`, :obj:`"max"`).
(default: :obj:`"sum"`)
**kwargs (optional): Additional arguments of
:class:`torch_geometric.nn.conv.MessagePassing`.
"""
Expand Down

0 comments on commit 53bb233

Please sign in to comment.