Skip to content

Commit

Permalink
Reduce epsilon for 2D test to 0.01
Browse files Browse the repository at this point in the history
  • Loading branch information
droazen committed Sep 27, 2024
1 parent a203d87 commit 22902a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class NVScoreVariantsIntegrationTest extends CommandLineProgramTest {
private static final String reference = b37_reference_20_21;

private static final double EPSILON_FOR_1D = 0.01;
private static final double EPSILON_FOR_2D = 0.5;
private static final double EPSILON_FOR_2D = 0.01;

// This test for the 1D model PASSES when run locally in the scripts/nvscorevariants_environment.yml
// conda environment, but cannot be enabled until that conda environment is incorporated into
Expand Down

0 comments on commit 22902a1

Please sign in to comment.