Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
pinarda committed Jun 30, 2024
1 parent b873286 commit 43a2103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ldcpy/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def open_datasets(data_type, varnames, list_of_files, labels, weights=True, **kw
# preprocess_vars is here for working on jupyter hub...
def preprocess_vars(ds):
# Trim the dataset to the minimum number of time steps
ds = ds.isel(time=slice(0, 6000))
ds = ds.isel(time=slice(0, 25100))
# Select the specified variables

return ds[varnames]
Expand Down

0 comments on commit 43a2103

Please sign in to comment.