We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c0d24 commit bfb1bd9Copy full SHA for bfb1bd9
libs/simdvec/src/test/java/org/elasticsearch/simdvec/ESVectorUtilTests.java
@@ -270,7 +270,7 @@ public void testOsqGridPoints() {
270
271
public void testSoarDistance() {
272
int size = random().nextInt(128, 512);
273
- float deltaEps = 1e-5f * size;
+ float deltaEps = 1e-3f * size;
274
var vector = new float[size];
275
var centroid = new float[size];
276
var preResidual = new float[size];
0 commit comments