ncsa / rusty-neat

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

Tests for sequencing_error_model.rs #28

Open joshfactorial opened 1 week ago

joshfactorial commented 1 week ago

The code for sequencing error model (common/src/models/sequencing_error_model.rs) compiles, but there are no tests in place to test any of the functionality. Tests of functionality. I added an example rng generator into the test. Would like 100% coverage for this one, if possible, because it is an important core feature. If testing reveals any issues, that will be helpful to know.