Skip to content

Commit

Permalink
support old weights
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Jun 16, 2024
1 parent 0630bc9 commit 7d8fd2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/anemoi/inference/checkpoint/metadata/version_0_0_0.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,3 +228,6 @@ def select(self):
param_level=self.variables,
remapping={"param_level": "{param}_{levelist}"},
)

def graph_kids(self):
return []

0 comments on commit 7d8fd2f

Please sign in to comment.