Skip to content

Commit

Permalink
Update TestVectorUtilProviders.java (#12338)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaih committed May 29, 2023
1 parent d96e4ff commit af243dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

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;

Expand Down

0 comments on commit af243dc

Please sign in to comment.