Skip to content

Commit 9846953

Browse files
authored
Merge pull request statsmodels#8226 from KishManani/mstl_test
TST: Remove print statement in MSTL test fixture
2 parents febb267 + 2245873 commit 9846953

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

statsmodels/tsa/stl/tests/test_mstl.py

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
@pytest.fixture(scope="function")
1111
def mstl_results():
1212
cur_dir = Path(__file__).parent.resolve()
13-
print(cur_dir)
1413
file_path = cur_dir / "results/mstl_test_results.csv"
1514
return pd.read_csv(file_path)
1615

0 commit comments

Comments
 (0)