Skip to content

Commit

Permalink
#13767: fix test failure: compress can only be true when quantized bi…
Browse files Browse the repository at this point in the history
…ts=4
  • Loading branch information
mikemccand committed Sep 15, 2024
1 parent a7332fb commit 3801d85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public void testScoringUncompressedInt4() throws Exception {
}

public void testScoringInt7() throws Exception {
vectorScoringTest(7, random().nextBoolean());
vectorScoringTest(7, false);
}

private void vectorScoringTest(int bits, boolean compress) throws IOException {
Expand Down

0 comments on commit 3801d85

Please sign in to comment.