We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 646ac66 commit 61c4d75Copy full SHA for 61c4d75
dodola/core.py
@@ -143,7 +143,7 @@ def standardize_gcm(ds, leapday_removal=True):
143
if "member_id" in ds.dims:
144
ds_cleaned = ds.isel(member_id=0).drop(dims_to_drop)
145
else:
146
- ds_cleaned = ds.isel.drop(dims_to_drop)
+ ds_cleaned = ds.drop(dims_to_drop)
147
148
if leapday_removal:
149
# if calendar is just integers, xclim cannot understand it
0 commit comments