Skip to content

Commit e36be97

Browse files
committed
fix test for migrated employment data
1 parent 3f08df2 commit e36be97

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

quantecon/tests/test_filter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
def test_hamilton_filter():
1515
# read data
1616
data_dir = get_data_dir()
17-
data_dir = 'data'
1817
data = pd.read_csv(os.path.join(data_dir, "employment.csv"),
1918
names = ['year', 'employment', 'matlab_cyc', 'matlab_cyc_rw'])
2019

quantecon/tests/util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def test_printed_msg(self):
4444
def get_data_dir():
4545
"Return directory where data is stored"
4646
this_dir = os.path.dirname(__file__)
47-
# this_dir = os.path.abspath(".")
4847
data_dir = os.path.join(this_dir, "data")
4948
return data_dir
5049

0 commit comments

Comments
 (0)