Skip to content

Commit

Permalink
22prev
Browse files Browse the repository at this point in the history
  • Loading branch information
mikessh committed Nov 12, 2016
1 parent 612a516 commit 77c50bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public void test() {
". Error rate expected = " + errorRateExp + ", estimated = " + errorRateEst);
if (errorRateExp < 1e-6) {
Assert.assertTrue("Small error rate in absence of errors",
errorRateEst < 5e-6);
errorRateEst < 1e-5);
} else {
Assert.assertTrue("No more than order of magnitude difference between expected PCR " +
"error rate and its estimate",
Expand Down

0 comments on commit 77c50bf

Please sign in to comment.