Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
docs: separated docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperDramsch authored Jun 10, 2024
1 parent 38e6a17 commit 018bbee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/anemoi/models/layers/conv.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ def aggregate(self, edges_new: Tensor, edge_index: Adj, dim_size: Optional[int]


class GraphTransformerConv(MessagePassing):
"""Message passing part of graph transformer operator from 'Masked Label Prediction: Unified Message Passing Model for Semi-Supervised Classification'
"""Message passing part of graph transformer operator.
Adapted from 'Masked Label Prediction: Unified Message Passing Model for Semi-Supervised Classification'
(https://arxiv.org/abs/2009.03509)
"""

Expand Down

0 comments on commit 018bbee

Please sign in to comment.