Skip to content

Commit

Permalink
updating a message
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesemery committed Mar 9, 2022
1 parent 4c3a284 commit 2c14923
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1612,7 +1612,7 @@ private static boolean isGVCFReferenceBlock( final VariantContext vc ) {
@DataProvider(name="PairHMMResultsModes")
public Object[][] PairHMMResultsModes() {
return new Object[][] {
{PairHMM.Implementation.AVX_LOGLESS_CACHING, new File(TEST_FILES_DIR, "expected.AVX.hmmresults.txt")}, //TODO disabled because of failures on travis
{PairHMM.Implementation.AVX_LOGLESS_CACHING, new File(TEST_FILES_DIR, "expected.AVX.hmmresults.txt")},
{PairHMM.Implementation.LOGLESS_CACHING, new File(TEST_FILES_DIR, "expected.Java.hmmresults.txt")},
{PairHMM.Implementation.ORIGINAL, new File(TEST_FILES_DIR, "expected.Original.hmmresults.txt")},
{PairHMM.Implementation.EXACT, new File(TEST_FILES_DIR, "expected.Exact.hmmresults.txt")},
Expand Down

0 comments on commit 2c14923

Please sign in to comment.