Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/road_to_90cov' into road_to_90cov
Browse files Browse the repository at this point in the history
  • Loading branch information
RondeauG committed Nov 19, 2024
2 parents ebf7ded + 53a8aeb commit b04982f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/notebooks/4_ensembles.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
"}\n",
"\n",
"for d in datasets:\n",
" file = nimbus(repo=\"https://github.com/Ouranosinc/xclim-testdata\").fetch(\n",
" datasets[d]\n",
" )\n",
" file = nimbus(\n",
" repo=\"https://raw.githubusercontent.com/Ouranosinc/xclim-testdata\"\n",
" ).fetch(datasets[d])\n",
" ds = xr.open_dataset(file).isel(lon=slice(0, 4), lat=slice(0, 4))\n",
" ds = xs.climatological_op(\n",
" ds,\n",
Expand Down

0 comments on commit b04982f

Please sign in to comment.