Skip to content

Commit

Permalink
Merge branch 'develop' into 6-generate-graphs-from-icosahedral-meshes
Browse files Browse the repository at this point in the history
  • Loading branch information
theissenhelen committed Jul 9, 2024
2 parents 4ca717b + 7bf0d23 commit fb93b8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/anemoi/graphs/nodes/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class BaseNodeBuilder(ABC):

def __init__(self, name: str) -> None:
self.name = name
self.aoi_mask_builder = None

def register_nodes(self, graph: HeteroData) -> None:
"""Register nodes in the graph.
Expand Down

0 comments on commit fb93b8b

Please sign in to comment.