mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-10 22:56:55 +08:00
Fixed flaky test [skip ci]
This commit is contained in:
@@ -112,7 +112,7 @@ for my $i (0 .. $#operators)
|
|||||||
# Test probes equals lists
|
# Test probes equals lists
|
||||||
if ($operator eq "<=>")
|
if ($operator eq "<=>")
|
||||||
{
|
{
|
||||||
test_recall(100, 0.985, $operator);
|
test_recall(100, 0.98, $operator);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@@ -141,7 +141,7 @@ for my $i (0 .. $#operators)
|
|||||||
# Test probes equals lists
|
# Test probes equals lists
|
||||||
if ($operator eq "<=>")
|
if ($operator eq "<=>")
|
||||||
{
|
{
|
||||||
test_recall(100, 0.985, $operator);
|
test_recall(100, 0.98, $operator);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user