Skip to content

Commit

Permalink
fix path to the discharge data
Browse files Browse the repository at this point in the history
  • Loading branch information
acocac committed Nov 2, 2023
1 parent dc105fc commit 6572f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/part3/data_exploitability_pangeo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@
"execution_count": null,
"outputs": [],
"source": [
"discharge_ds = pd.read_csv('data/ADO_DSC_ITH1_0025.csv', sep=',', index_col='Time', parse_dates=True)"
"discharge_ds = pd.read_csv('../data/ADO_DSC_ITH1_0025.csv', sep=',', index_col='Time', parse_dates=True)"
],
"metadata": {
"collapsed": false
Expand Down

0 comments on commit 6572f71

Please sign in to comment.