Skip to content

Commit 1b8986f

Browse files
committed
load: Removing unique t_array filter
Seems it was removed in `master`, then the merge partly put it back. Hopefully it's supposed to be removed...
1 parent 7b166a8 commit 1b8986f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

xbout/load.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -724,12 +724,6 @@ def _auto_open_mfboutdataset(
724724
combine_attrs="override",
725725
)
726726

727-
if not is_restart:
728-
if "t_array" in ds.keys():
729-
# Remove any duplicate time values from concatenation
730-
_, unique_indices = unique(ds["t_array"], return_index=True)
731-
ds = ds.isel(t=unique_indices)
732-
733727
return ds, remove_yboundaries
734728

735729

0 commit comments

Comments
 (0)