Skip to content

Commit 7df24d9

Browse files
JPXKQXb8raoult
andauthored
Remove exception for missing metadata (#170)
Co-authored-by: Baudouin Raoult <[email protected]>
1 parent 30e10d4 commit 7df24d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/anemoi/datasets/data/join.py

-2
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ def variables_metadata(self):
131131
if v not in result:
132132
LOG.error("Missing metadata for %r.", v)
133133

134-
raise ValueError("Some variables are missing metadata.")
135-
136134
return result
137135

138136
@cached_property

0 commit comments

Comments
 (0)