Skip to content

Commit

Permalink
sync pins
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Oct 23, 2024
1 parent d7ea4e5 commit 4bd0a35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- defaults
dependencies:
- python >=3.9,<3.12
- pywps >=4.6
- pywps >=4.5.2,<4.7
- jinja2 >=3.1.4
- click >=8.1.7
- psutil >=6.0.0
Expand All @@ -16,7 +16,7 @@ dependencies:
- dask >=2021.12
- netcdf4 >=1.4
- daops >=0.11.0,<0.12.0
- clisops >=0.11.0
- clisops >=0.14.0
- roocs-utils >=0.6.9,<0.7.0
- roocs-grids >=0.1.2
# workflow
Expand Down
2 changes: 1 addition & 1 deletion src/rook/utils/atlas_fixes.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def add_project_id(ds_id, ds):


def fix_deflation(ds: Union[xr.Dataset, xr.DataArray]):
"""See also: clisops.ops.base_operaton._remove_redundant_fill_values"""
"""See also: clisops.ops.base_operation._remove_redundant_fill_values"""
if isinstance(ds, xr.Dataset):
var_list = list(ds.coords) + list(ds.data_vars)
elif isinstance(ds, xr.DataArray):
Expand Down

0 comments on commit 4bd0a35

Please sign in to comment.