We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d827fcc commit 4c0d6f5Copy full SHA for 4c0d6f5
docs/source/recipes/plot_04_recipe.py
@@ -13,7 +13,7 @@
13
# %%
14
# 2. Read the field constructs:
15
16
-obs = cf.read("~/recipes/cru_ts4.06.1901.2021.tmp.dat.nc", chunks=None)
+obs = cf.read("~/recipes/cru_ts4.06.1901.2021.tmp.dat.nc", dask_chunks=None)
17
print(obs)
18
19
0 commit comments