Skip to content

Commit

Permalink
Update src/test/java/org/opensearch/knn/quantization/quantizationStat…
Browse files Browse the repository at this point in the history
…e/QuantizationStateTests.java

Co-authored-by: Navneet Verma <[email protected]>
Signed-off-by: Vikasht34 <[email protected]>
  • Loading branch information
Vikasht34 and navneet1v authored Aug 28, 2024
1 parent 76cbbbc commit c361878
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public void testOneBitScalarQuantizationStateRamBytesUsed() throws IOException {
assertEquals(expectedRamBytesUsed, actualRamBytesUsed);
}

public void testMultiBitScalarQuantizationStateGetDimensionsWithDimensionNotMultipleOf8() {
public void testMultiBitScalarQuantizationStateGetDimensions_withDimensionNotMultipleOf8_thenSuccess() {
ScalarQuantizationParams params = new ScalarQuantizationParams(ScalarQuantizationType.TWO_BIT);

// Case 1: 3 thresholds, each with 2 dimensions
Expand Down

0 comments on commit c361878

Please sign in to comment.