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:26:38 UTC

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

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

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


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

commit d1850e44f31feee87d73aae084ffb7e2391e0143
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;