Skip to content

Commit 9e15de3

Browse files
author
AndrewC19
committed
Changed path to data from relative to root
1 parent b8c879a commit 9e15de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testing_tests/test_estimators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def load_nhefs_df():
2727
""" Get the NHEFS data from chapter 12 and put into a dataframe. NHEFS = National Health and Nutrition Examination
2828
Survey Data I Epidemiological Follow-up Study."""
2929

30-
nhefs_df = pd.read_csv("../data/nhefs.csv")
30+
nhefs_df = pd.read_csv("tests/data/nhefs.csv")
3131
nhefs_df['one'] = 1
3232
nhefs_df['zero'] = 0
3333
edu_dummies = pd.get_dummies(nhefs_df.education, prefix='edu')

0 commit comments

Comments
 (0)