7 lines
108 B
Python
7 lines
108 B
Python
|
'''This is sandbox code
|
||
|
|
||
|
'''
|
||
|
from statsmodels.tools._test_runner import PytestTester
|
||
|
|
||
|
test = PytestTester()
|