Skip to content

Commit

Permalink
Update src/anemoi/graphs/edges/attributes.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mario Santa Cruz <[email protected]>
  • Loading branch information
icedoom888 and JPXKQX authored Dec 18, 2024
1 parent 40394e4 commit 77b2335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/anemoi/graphs/edges/attributes.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class AttributeFromNode(BooleanBaseEdgeAttribute):
Base class for Attribute from Node.
Copy an attribute of either the source or target node to the edge.
Accesses origin/target node attribute and propagates it to the edge.
Accesses source/target node attribute and propagates it to the edge.
Used for example to identify if an encoder edge originates from a LAM or global node.
Attributes
Expand Down

0 comments on commit 77b2335

Please sign in to comment.