Skip to content

Commit

Permalink
save masks to checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Oct 27, 2024
1 parent 7613206 commit b36be84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/anemoi/datasets/data/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ def supporting_arrays(self):

if path in result:
raise ValueError(f"Duplicate key {path}")

result[path] = array

return result
Expand Down

0 comments on commit b36be84

Please sign in to comment.