Skip to content

Commit

Permalink
Fix filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
spestana authored Nov 21, 2023
1 parent df8c203 commit 2036f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/modules/module7/lab7-1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@
"outputs": [],
"source": [
"# first, read in data that I generated (sequence of states 1, 2, 3, and 4):\n",
"data = np.genfromtxt('data/markov_random4.txt',dtype=int)"
"data = np.genfromtxt('../data/markov_random4.txt',dtype=int)"
]
},
{
Expand Down

0 comments on commit 2036f58

Please sign in to comment.