You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by pa...@apache.org on 2023/05/29 23:27:11 UTC

[lucene] branch branch_9x updated: Update TestVectorUtilProviders.java (#12338)

This is an automated email from the ASF dual-hosted git repository.

patrickz pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new af243dc3511 Update TestVectorUtilProviders.java (#12338)
af243dc3511 is described below

commit af243dc3511a2695ecbc291ca9e2141539b60cd5
Author: Patrick Zhai <zh...@users.noreply.github.com>
AuthorDate: Mon May 29 16:26:29 2023 -0700

    Update TestVectorUtilProviders.java (#12338)
---
 .../core/src/test/org/apache/lucene/util/TestVectorUtilProviders.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lucene/core/src/test/org/apache/lucene/util/TestVectorUtilProviders.java b/lucene/core/src/test/org/apache/lucene/util/TestVectorUtilProviders.java
index c8443b964e3..3aa5b76bd6d 100644
--- a/lucene/core/src/test/org/apache/lucene/util/TestVectorUtilProviders.java
+++ b/lucene/core/src/test/org/apache/lucene/util/TestVectorUtilProviders.java
@@ -25,7 +25,7 @@ import org.junit.BeforeClass;
 
 public class TestVectorUtilProviders extends LuceneTestCase {
 
-  private static final double DELTA = 1e-4;
+  private static final double DELTA = 1e-3;
   private static final VectorUtilProvider LUCENE_PROVIDER = new VectorUtilDefaultProvider();
   private static final VectorUtilProvider JDK_PROVIDER = VectorUtil.PROVIDER;