caporaso-lab / genome-sampler

https://caporasolab.us/genome-sampler/
BSD 3-Clause "New" or "Revised" License
5 stars 10 forks source link

decrease frequency of stochastic test failures #82

Closed gregcaporaso closed 3 years ago

gregcaporaso commented 3 years ago

The PR reduces the probability of each sample with a known locale appearing by adding more samples with the same locale. It also increases the number of test iterations. Together these should greatly decrease the frequency of stochastic test failures.

Fixes #80