astheeggeggs / lshmm

code to run Li and Stephens
MIT License
4 stars 3 forks source link

Split tests for the haploid and diploid cases into separate files #63

Closed szhan closed 3 months ago

szhan commented 4 months ago

I find it easier to do testing locally if we have the tests for the haploid and diploid cases in separate files. That is, instead of having all the tests in test_non_tree.py and test_API.py, we can have test_non_tree_haploid.py, test_non_tree_diploid.py, test_API_haploid.py, and test_API_diploid.py.