jpountz commented on code in PR #12727: URL: https://github.com/apache/lucene/pull/12727#discussion_r1376230730
########## lucene/core/src/test/org/apache/lucene/util/TestVectorUtil.java: ########## @@ -115,6 +116,21 @@ public void testNormalizeZeroThrows() { expectThrows(IllegalArgumentException.class, () -> VectorUtil.l2normalize(v)); } + public void testExtremeNumerics() { + float[] v1 = new float[1536]; Review Comment: v1 seems never used? -- 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