We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a843c8 commit bc3fcf2Copy full SHA for bc3fcf2
tests/statespace/test_DFM.py
@@ -17,7 +17,7 @@
17
@pytest.fixture(scope="session")
18
def data():
19
df = pd.read_csv(
20
- "tests/statespace/test_data/statsmodels_macrodata_processed.csv",
+ "tests/statespace/_data/statsmodels_macrodata_processed.csv",
21
index_col=0,
22
parse_dates=True,
23
).astype(floatX)
0 commit comments