Skip to content

Commit

Permalink
fix: graph config
Browse files Browse the repository at this point in the history
  • Loading branch information
theissenhelen committed Aug 14, 2024
1 parent 7113de9 commit 3fe08ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/anemoi/training/config/graph/multi_scale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ edges:
# Processor configuration
target_name: ${graph.hidden}
edge_builder:
_target_: anemoi.graphs.edges.TriIcosahedralEdges
xhops: 1
_target_: anemoi.graphs.edges.MultiScaleEdges
x_hops: 1
attributes: ${graph.attributes.edges}
- source_name: ${graph.hidden}
# Decoder configuration
Expand Down

0 comments on commit 3fe08ed

Please sign in to comment.