Skip to content

Commit

Permalink
Merge branch 'develop' into feature/graph_tr_block_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperDramsch authored Jun 19, 2024
2 parents 907b394 + 5628c90 commit ba7ebf4
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 ba7ebf4

Please sign in to comment.