astheeggeggs / lshmm

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

Add tests for no scaling mutation rate for the haploid case #42

Closed szhan closed 4 months ago

szhan commented 4 months ago

When refactoring, I realised that the tests in test_API.py and test_non_tree.py did not cover cases when there is no mutation rate scaling. The tests in test_API_multiallelic.py, however, cover such cases. This should be a quick and easy fix.

szhan commented 4 months ago

Issue #39 needs to be fixed first.

szhan commented 4 months ago

Tests for the diploid case have already been merged in PR #39.