ncsa / rusty-neat

This is a Rust implementation of the next-gen sequencing toolkit (NEAT).
Other
0 stars 0 forks source link

Transition matrix tests #33

Open joshfactorial opened 4 days ago

joshfactorial commented 4 days ago

On struct transition matrix: common/src/structs/transition_matrix - recently converted from using arrays of weights to arrays of discrete distributions, to make it easier to sample down the line. A test to ensure there aren't any issues with new code and to try to get code coverage closer to 100%.