mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-01 02:02:10 +08:00
Fixed flaky test [skip ci]
This commit is contained in:
@@ -103,7 +103,7 @@ for my $i (0 .. $#operators)
|
||||
test_recall(10, 0.95, $operator);
|
||||
}
|
||||
# Account for equal distances
|
||||
test_recall(100, 0.9875, $operator);
|
||||
test_recall(100, 0.985, $operator);
|
||||
|
||||
$node->safe_psql("postgres", "DROP INDEX idx;");
|
||||
|
||||
@@ -124,7 +124,7 @@ for my $i (0 .. $#operators)
|
||||
test_recall(10, 0.95, $operator);
|
||||
}
|
||||
# Account for equal distances
|
||||
test_recall(100, 0.9875, $operator);
|
||||
test_recall(100, 0.985, $operator);
|
||||
|
||||
$node->safe_psql("postgres", "DROP INDEX idx;");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user