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 77b2335 commit a58dae6
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 @@ -158,7 +158,7 @@ def post_process(self, values: np.ndarray) -> torch.Tensor:
return values


class BooleanBaseEdgeAttribute(BaseEdgeAttribute):
class BooleanBaseEdgeAttribute(ABC, BaseEdgeAttribute):
"""Base class for boolean edge attributes."""

def __init__(self) -> None:
Expand Down

0 comments on commit a58dae6

Please sign in to comment.