mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-10 14:46:56 +08:00
Fixed flaky test [skip ci]
This commit is contained in:
@@ -99,7 +99,7 @@ foreach (@operators) {
|
|||||||
test_recall(10, 0.95, $operator);
|
test_recall(10, 0.95, $operator);
|
||||||
}
|
}
|
||||||
# Account for equal distances
|
# Account for equal distances
|
||||||
test_recall(100, 0.995, $operator);
|
test_recall(100, 0.9925, $operator);
|
||||||
|
|
||||||
$node->safe_psql("postgres", "DROP INDEX idx;");
|
$node->safe_psql("postgres", "DROP INDEX idx;");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user