Skip to content

Commit

Permalink
add TODO statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmims committed Jan 17, 2025
1 parent 7102308 commit 9308509
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/preprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,7 @@ def drop_attributes(self, xr_ds: xr.Dataset) -> xr.Dataset:
'average_T1',
'height',
'date']
# TODO: find a suitable answer to conflicts in xarray merging (i.e. nctoolkit)
for att in drop_atts:
if xr_ds.get(att, None) is not None:
xr_ds = xr_ds.drop_vars(att)
Expand Down

0 comments on commit 9308509

Please sign in to comment.