Skip to content

Commit

Permalink
fix: filename change
Browse files Browse the repository at this point in the history
  • Loading branch information
g.trantham committed Nov 7, 2022
1 parent 17bd0d4 commit abbb504
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@
"outputs": [],
"source": [
"#Data is loaded \n",
"DScore = pd.read_csv(r'./DScore_streamflow_benchmark.csv', dtype={'site_no':str} ).set_index('site_no', drop=False)\n",
"DScore = pd.read_csv(r'./DScore_streamflow_example.csv', dtype={'site_no':str} ).set_index('site_no', drop=False)\n",
"# Merge benchmarks with cobalt data to form a single table, indexed by site_no\n",
"metrics = DScore.columns.tolist()[1:] \n",
"DScore = DScore.merge(\n",
Expand Down Expand Up @@ -750,7 +750,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.10.6 ('hytest')",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand Down

0 comments on commit abbb504

Please sign in to comment.