mirror of https://github.com/apache/lucene.git
Update TestVectorUtilProviders.java (#12338)
This commit is contained in:
parent
db0c21f25d
commit
d1850e44f3
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue