Update TestVectorUtilProviders.java (#12338)

This commit is contained in:
Patrick Zhai 2023-05-29 16:26:29 -07:00 committed by GitHub
parent db0c21f25d
commit d1850e44f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;