Skip to content

Commit bc3fcf2

Browse files
committed
Refactor of test_DFM.py
1 parent 2a843c8 commit bc3fcf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/statespace/test_DFM.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
@pytest.fixture(scope="session")
1818
def data():
1919
df = pd.read_csv(
20-
"tests/statespace/test_data/statsmodels_macrodata_processed.csv",
20+
"tests/statespace/_data/statsmodels_macrodata_processed.csv",
2121
index_col=0,
2222
parse_dates=True,
2323
).astype(floatX)

0 commit comments

Comments
 (0)