Skip to content

Commit

Permalink
Remove exception for missing metadata (#170)
Browse files Browse the repository at this point in the history
Co-authored-by: Baudouin Raoult <baudouin.raoult@ecmwf.int>
  • Loading branch information
JPXKQX and b8raoult authored Jan 10, 2025
1 parent 30e10d4 commit 7df24d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/anemoi/datasets/data/join.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ def variables_metadata(self):
if v not in result:
LOG.error("Missing metadata for %r.", v)

raise ValueError("Some variables are missing metadata.")

return result

@cached_property
Expand Down

0 comments on commit 7df24d9

Please sign in to comment.