kevindrosendahl commented on code in PR #12780: URL: https://github.com/apache/lucene/pull/12780#discussion_r1385606896
########## lucene/core/src/test/org/apache/lucene/codecs/lucene99/TestLucene99HnswQuantizedVectorsFormat.java: ########## @@ -38,8 +38,10 @@ import org.apache.lucene.store.Directory; import org.apache.lucene.tests.index.BaseKnnVectorsFormatTestCase; import org.apache.lucene.util.ScalarQuantizer; +import org.apache.lucene.util.VectorUtil; public class TestLucene99HnswQuantizedVectorsFormat extends BaseKnnVectorsFormatTestCase { Review Comment: This test was always using normalized vectors as input. I changed it to use vectors that aren't guaranteed to be normalized, but kept all existing tests using normalized vectors so as not to change other tests incidentally. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org