Skip to content

Commit

Permalink
Update chunking_introduction.ipynb
Browse files Browse the repository at this point in the history
single kerchunk file doesn't require .open_mfdataset but only  .open_dateset
  • Loading branch information
pl-marasco authored Oct 17, 2023
1 parent a3a55d8 commit 3834e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/pangeo101/chunking_introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@
},
"outputs": [],
"source": [
"LTS = xr.open_mfdataset(\n",
"LTS = xr.open_dataset(\n",
" \"reference://\", engine=\"zarr\",\n",
" backend_kwargs={\n",
" \"storage_options\": {\n",
Expand Down

0 comments on commit 3834e5e

Please sign in to comment.