Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

Commit a58dae6

Browse files
icedoom888JPXKQX
andauthored
Update src/anemoi/graphs/edges/attributes.py
Co-authored-by: Mario Santa Cruz <[email protected]>
1 parent 77b2335 commit a58dae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/anemoi/graphs/edges/attributes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def post_process(self, values: np.ndarray) -> torch.Tensor:
158158
return values
159159

160160

161-
class BooleanBaseEdgeAttribute(BaseEdgeAttribute):
161+
class BooleanBaseEdgeAttribute(ABC, BaseEdgeAttribute):
162162
"""Base class for boolean edge attributes."""
163163

164164
def __init__(self) -> None:

0 commit comments

Comments
 (0)