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 <48736305+JPXKQX@users.noreply.github.com>
  • Loading branch information
icedoom888 and JPXKQX authored Dec 18, 2024
1 parent a58dae6 commit ab2f6a3
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 @@ -165,7 +165,7 @@ def __init__(self) -> None:
super().__init__(norm=None, dtype="bool")


class AttributeFromNode(BooleanBaseEdgeAttribute):
class AttributeFromNode(ABC, BooleanBaseEdgeAttribute):
"""
Base class for Attribute from Node.
Expand Down

0 comments on commit ab2f6a3

Please sign in to comment.