Skip to content

Commit

Permalink
use tutorial.load_dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
rabernat authored Sep 11, 2019
1 parent a4dc1de commit 86e8701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/examples/ERA5-GRIB-example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"metadata": {},
"outputs": [],
"source": [
"ds = xr.load_dataset('data/era5-2mt-2019-03-uk.grib', engine='cfgrib')"
"ds = xr.tutorial.load_dataset('era5-2mt-2019-03-uk.grib', engine='cfgrib')"
]
},
{
Expand Down

0 comments on commit 86e8701

Please sign in to comment.