statsmodels / statsmodels

Statsmodels: statistical modeling and econometrics in Python
http://www.statsmodels.org/devel/
BSD 3-Clause "New" or "Revised" License
10.12k stars 2.88k forks source link

miscmodels.tests.test_generic_mle doesnt import miscmodels #5763

Open jbrockmendel opened 5 years ago

jbrockmendel commented 5 years ago

If the tests are for GenericLikelihoodModel, then this probably belongs in base/tests/.

josef-pkt commented 5 years ago

It fits into miscmodels. miscmodels contains the examples and unit tests for subclassing GenericLikelihoodModel.