This commit is contained in:
Andrew Kane
2024-03-30 10:19:48 -07:00
parent e68db812aa
commit 4d041d9282

View File

@@ -90,7 +90,7 @@ for my $i (0 .. $#operators)
));
# Test approximate results
my $min = $operator eq "<#>" ? 0.80 : ($operator eq "<=>" ? 0.85 : 0.99);
my $min = $operator eq "<#>" ? 0.80 : ($operator eq "<=>" ? 0.80 : 0.99);
test_recall($min, $operator);
$node->safe_psql("postgres", "DROP INDEX idx;");