Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
lbergelson committed Feb 11, 2025
1 parent 8c37fe3 commit 790b74c
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,7 @@ public void testHsMetricsF80DoesNotUseCovCap() throws IOException {

// epsilons added due to an issue when running tests on debian,
// https://github.com/broadinstitute/picard/issues/1987
// not sure if they're necessary, but they're harmless
Assert.assertEquals(highCoverageMetrics.MEAN_TARGET_COVERAGE, 100000.0, 1.E-4); // epsilons added due to an isue when running tests on debian, not sure if they're absolutely necessary but they should
// be harmless
Assert.assertEquals(highCoverageMetrics.MEAN_TARGET_COVERAGE, 100000.0, 1.E-4);
Assert.assertEquals(highCoverageMetrics.MEDIAN_TARGET_COVERAGE, 100000.0, 1.E-4);
Assert.assertEquals(highCoverageMetrics.FOLD_80_BASE_PENALTY, 1.0, 1.E-4);
}
Expand Down

0 comments on commit 790b74c

Please sign in to comment.