Skip to content

Commit

Permalink
fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
RondeauG committed Nov 20, 2024
1 parent 4405efd commit 23ce5b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/notebooks/pmp.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
"metadata": {},
"outputs": [],
"source": [
"import xhydro as xh\n",
"\n",
"downloader = pooch.HTTPDownloader(headers={\"User-Agent\": f\"xHydro-{xh.__version__}\"})\n",
"path_day_zip = deveraux().fetch(\n",
" \"pmp/CMIP.CCCma.CanESM5.historical.r1i1p1f1.day.gn.zarr.zip\",\n",
Expand Down

0 comments on commit 23ce5b0

Please sign in to comment.