OpenSourceEconomics / grmpy

Python package for the simulation and estimation of generalized Roy model
http://grmpy.readthedocs.io
MIT License
19 stars 5 forks source link

flake8 test #153

Closed peisenha closed 5 years ago

peisenha commented 5 years ago

Please add flake 8 to the test battery, see here https://github.com/OpenSourceEconomics/copulpy/blob/master/copulpy/tests/test_basic.py for an example.

SeBecker commented 5 years ago

Thanks, that seems to be very useful to remind myself to check the code quality before I push a new commit. I added a new module to the test directory which runs exactly the same test as in your example.