From 4d041d9282d2b9aefde0e7e69934fd8db59df102 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sat, 30 Mar 2024 10:19:48 -0700 Subject: [PATCH] Fixed CI --- test/t/020_hnsw_halfvec_build_recall.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/t/020_hnsw_halfvec_build_recall.pl b/test/t/020_hnsw_halfvec_build_recall.pl index 25f54eb..37d48c2 100644 --- a/test/t/020_hnsw_halfvec_build_recall.pl +++ b/test/t/020_hnsw_halfvec_build_recall.pl @@ -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;");