Skip to content

Commit

Permalink
rm chunks kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
jukent committed Apr 1, 2024
1 parent d36d27c commit e353574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/creating_catalogs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"urls = ['s3://hrrrzarr/sfc/20160824/20160824_00z_anl.zarr/surface/TMP/surface',\n",
" 's3://hrrrzarr/sfc/20160824/20160824_00z_anl.zarr/surface/TMP']\n",
"\n",
"source = intake.open_zarr(urls, chunks=None,\n",
"source = intake.open_zarr(urls,\n",
" storage_options={\"anon\": True},\n",
" consolidated=True)\n",
"\n",
Expand Down

0 comments on commit e353574

Please sign in to comment.