Skip to content

Commit 1215e90

Browse files
committed
iter
1 parent 476a7d8 commit 1215e90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/simdvec/src/main/java/org/elasticsearch/simdvec/ES91Int4VectorsScorer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ public float applyCorrections(
161161
float qcDist
162162
) {
163163
float ax = lowerInterval;
164-
// Here we assume `lx` is simply bit vectors, so the scaling isn't necessary
165164
float lx = (upperInterval - ax) * FOUR_BIT_SCALE;
166165
float ay = queryLowerInterval;
167166
float ly = (queryUpperInterval - ay) * FOUR_BIT_SCALE;

0 commit comments

Comments
 (0)