Skip to content

Commit 4c0d6f5

Browse files
Replace deprecated keyword usage in recipe 4
1 parent d827fcc commit 4c0d6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/recipes/plot_04_recipe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# %%
1414
# 2. Read the field constructs:
1515

16-
obs = cf.read("~/recipes/cru_ts4.06.1901.2021.tmp.dat.nc", chunks=None)
16+
obs = cf.read("~/recipes/cru_ts4.06.1901.2021.tmp.dat.nc", dask_chunks=None)
1717
print(obs)
1818

1919
# %%

0 commit comments

Comments
 (0)