Skip to content

Commit

Permalink
Remove unnecessary println in test (#1602)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnbroad authored Apr 25, 2022
1 parent 6507249 commit 70e4259
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ public void testSingleReferenceBaseSubstitution (
final SubstitutionMatrix substitutionMatrix = getSubstitutionMatrixForFrequencies(refBase, nA, nC, nG, nT, nN);
Assert.assertEquals(substitutionMatrix.getEncodedMatrix(), expectedMatrixBytes);

System.out.println(substitutionMatrix);
// create a "roundTrip" matrix using the expected bytes as input, and cross-validate that the codes match
final SubstitutionMatrix roundTrippedMatrix = new SubstitutionMatrix(expectedMatrixBytes);
for (final SubstitutionBase referenceBase : SubstitutionBase.values()) {
Expand Down

0 comments on commit 70e4259

Please # to comment.