Skip to content

Commit

Permalink
revert file-namer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Jan 22, 2024
1 parent ff5f5ea commit 42fb233
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ psutil
# daops
daops>=0.10.0,<0.11
# daops @ git+https://github.com/roocs/daops.git@regrid-main-ce#egg=daops
# clisops>=0.12.1,<0.13
clisops @ git+https://github.com/roocs/clisops.git@master#egg=clisops
clisops>=0.12.1,<0.13
# clisops @ git+https://github.com/roocs/clisops.git@regrid-main#egg=clisops
roocs-utils>=0.6.4,<0.7
roocs_grids>=0.1.2
xarray>=0.21
Expand Down
4 changes: 2 additions & 2 deletions rook/utils/subset_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ def calculate(self):
for dset, norm_collection in norm_collection.items():
ds_id = derive_ds_id(dset)
fixed_collection = apply_fixes(ds_id, norm_collection)
# if "atlas" in ds_id:
# self.params["file_namer"] = "simple"
if "atlas" in ds_id:
self.params["file_namer"] = "simple"
rs.add(
dset,
clisops_subset(fixed_collection, **self.params),
Expand Down

0 comments on commit 42fb233

Please sign in to comment.