Skip to content

Commit

Permalink
cleanup xarray
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Jul 11, 2024
1 parent e1b97f2 commit 3aa592e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/anemoi/datasets/create/functions/sources/xarray/field.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ def __init__(self, owner, selection):
self._md = owner._metadata.copy()

for coord_name, coord_value in self.selection.coords.items():
if coord_name == "level":
print(coord_name, coord_value)
if is_scalar(coord_value):
# Extract the single value from the scalar dimension
# and store it in the metadata
Expand Down

0 comments on commit 3aa592e

Please sign in to comment.