Skip to content

Commit cf35f04

Browse files
authored
Merge pull request statsmodels#8870 from mgorny/test-data
TST: install missing *.csv files needed by tsa.stl tests
2 parents bdae908 + 39a33cc commit cf35f04

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
"statsmodels.datasets.tests": ["*.zip"],
127127
"statsmodels.iolib.tests.results": ["*.dta"],
128128
"statsmodels.stats.tests.results": ["*.json"],
129+
"statsmodels.tsa.stl.tests.results": ["*.csv"],
129130
"statsmodels.tsa.vector_ar.tests.results": ["*.npz", "*.dat"],
130131
"statsmodels.stats.tests": ["*.txt"],
131132
"statsmodels.stats.libqsturng": ["*.r", "*.txt", "*.dat"],

statsmodels/tsa/stl/tests/results/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)