astheeggeggs / lshmm

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

Separate tests by Viterbi versus forward-backward algorithm #105

Closed szhan closed 2 weeks ago

szhan commented 2 weeks ago

I think further separation of the tests makes it easier to do local development. For example, when I modify changes that only affect the Viterbi implementations, there is no reason to run the tests for the forward-backward implementations.