Skip to content

Commit c8dbb0d

Browse files
committed
Increase the tolerance in testThreshold20k
1 parent c8fd855 commit c8dbb0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jvector-tests/src/test/java/io/github/jbellis/jvector/graph/Test2DThreshold.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public void testThreshold10k() throws IOException {
4141
@Test
4242
public void testThreshold20k() throws IOException {
4343
for (int i = 0; i < 10; i++) {
44-
testThreshold(20_000, 24, 0.80f, 0.95f);
44+
testThreshold(20_000, 24, 0.80f, 0.9f);
4545
}
4646
}
4747

0 commit comments

Comments
 (0)