From ce2ba65906782816a13a6203af09f70b6d7ad2b1 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 25 Mar 2024 19:07:09 -0700 Subject: [PATCH] Fixed CI --- test/t/020_hnsw_bit_build_recall.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/t/020_hnsw_bit_build_recall.pl b/test/t/020_hnsw_bit_build_recall.pl index 2be0b9d..81641c3 100644 --- a/test/t/020_hnsw_bit_build_recall.pl +++ b/test/t/020_hnsw_bit_build_recall.pl @@ -97,7 +97,7 @@ for my $i (0 .. $#operators) )); # Test approximate results - my $min = 0.94; + my $min = 0.93; test_recall($min, $operator); $node->safe_psql("postgres", "DROP INDEX idx;");