Skip to content

Commit

Permalink
Move data folder to root
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamRJensen committed Dec 9, 2024
1 parent e0127ab commit 6deb0ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/notebooks/validation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
}
],
"source": [
"filename = '../../../twoaxistracking/data/barstow_1976_irradiance_data_quality_controlled.csv'\n",
"filename = '../../../data/barstow_1976_irradiance_data_quality_controlled.csv'\n",
"df = pd.read_csv(filename, index_col=0, parse_dates=[0])\n",
"\n",
"df.head() # print the first five rows of the dataframe"
Expand Down

0 comments on commit 6deb0ef

Please sign in to comment.