Skip to content

Commit 4ee4c4c

Browse files
authored
Removed incorrect path
1 parent b903e40 commit 4ee4c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/02-visualisation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ import matplotlib.pyplot as plt
279279
import cartopy.crs as ccrs
280280
import numpy as np
281281
282-
access_pr_file = '../data/pr_Amon_ACCESS1-3_historical_r1i1p1_200101-200512.nc'
282+
access_pr_file = 'data/pr_Amon_ACCESS1-3_historical_r1i1p1_200101-200512.nc'
283283
284284
dset = xr.open_dataset(access_pr_file)
285285

0 commit comments

Comments
 (0)