Skip to content

Commit

Permalink
fix doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
ssmmnn11 committed Jun 10, 2024
1 parent e683e87 commit 0e069d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/anemoi/models/layers/conv.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def aggregate(self, edges_new: Tensor, edge_index: Adj, dim_size: Optional[int]

class GraphTransformerConv(MessagePassing):
"""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 0e069d8

Please sign in to comment.