Skip to content

Commit 61c4d75

Browse files
committed
fix bug
1 parent 646ac66 commit 61c4d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dodola/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def standardize_gcm(ds, leapday_removal=True):
143143
if "member_id" in ds.dims:
144144
ds_cleaned = ds.isel(member_id=0).drop(dims_to_drop)
145145
else:
146-
ds_cleaned = ds.isel.drop(dims_to_drop)
146+
ds_cleaned = ds.drop(dims_to_drop)
147147

148148
if leapday_removal:
149149
# if calendar is just integers, xclim cannot understand it

0 commit comments

Comments
 (0)