Skip to content

Commit 3d4d640

Browse files
authored
Update run_project.py
1 parent f20d388 commit 3d4d640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ def run_notebook(notebook):
1818

1919
# We want to make sure all notebooks run.
2020
os.chdir(PROJECT_ROOT)
21-
os.chdir("rust")
21+
os.chdir("docs")
2222
run_notebook("replicate_descriptives.ipynb")
2323
os.chdir(PROJECT_ROOT)

0 commit comments

Comments
 (0)